summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-04 20:07:26 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-04 20:07:26 (EST)
commit0ec1164b53594dea368ce7990b20fc957ec75bf7 (patch)
tree8a1d8357501175d076055946c18b2d3a82c4cfa6 /temporary-bootstrap-builder-setup.txt
parent9c7f85669f80b19cf6760d9eb87499d6cfb17d5a (diff)
Remove PPL and CLooG for the cross-compiling GCC.
See: <http://lists.cross-lfs.org/pipermail/clfs-support-cross-lfs.org/ 2012-January/001312.html>.
Diffstat (limited to 'temporary-bootstrap-builder-setup.txt')
-rw-r--r--temporary-bootstrap-builder-setup.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt
index 013d07a..c9c7677 100644
--- a/temporary-bootstrap-builder-setup.txt
+++ b/temporary-bootstrap-builder-setup.txt
@@ -35,9 +35,6 @@ Download all of the necessary source archives and branches.
$ wget ftp://ftp.gmplib.org/pub/gmp-5.0.2/gmp-5.0.2.tar.bz2
$ wget http://www.mpfr.org/mpfr-current/mpfr-3.1.0.tar.bz2
$ wget http://www.multiprecision.org/mpc/download/mpc-0.9.tar.gz
- $ wget http://bugseng.com/products/ppl/download/ftp/releases/0.11.2/\
- > ppl-0.11.2.tar.bz2
- $ wget http://www.bastoul.net/cloog/pages/download/cloog-parma-0.16.1.tar.gz
$ for file in *.tar.bz2; do tar -xjf ${file}; done
$ for file in *.tar.gz; do tar -xzf ${file}; done
$ cd ..
@@ -167,29 +164,6 @@ Install MPFR for use by the cross-compiling GCC build.
$ cd ..
$ rm -Rf mpfr-3.1.0
-Install PPL for use by the cross-compiling GCC build.
- $ cp -pR ${BBL}/../../src/ppl-0.11.2 .
- $ cd ppl-0.11.2
- $ LDFLAGS="-Wl,-rpath,${BBL}/cross-tools/lib" ./configure \
- > --prefix=${BBL}/cross-tools --enable-shared --enable-interfaces="c,cxx" \
- > --disable-optimization --with-libgmp-prefix=${BBL}/cross-tools \
- > --with-libgmpxx-prefix=${BBL}/cross-tools
- $ make
- $ make install
- $ cd ..
- $ rm -Rf ppl-0.11.2
-
-Install CLooG-parma for use by the cross-compiling GCC build.
- $ cp -pR ${BBL}/../../src/cloog-parma-0.16.1 .
- $ cd cloog-parma-0.16.1
- $ LDFLAGS="-Wl,-rpath,${BBL}/cross-tools/lib" ./configure \
- > --prefix=${BBL}/cross-tools --enable-shared --with-bits=gmp \
- > --with-gmp=${BBL}/cross-tools --with-ppl=${BBL}/cross-tools
- $ make
- $ make install
- $ cd ..
- $ rm -Rf cloog-parma-0.16.1
-
Configure and build a cross-compiling GNU Binutils.
$ cp -pR ${BBL}/../../src/binutils-2.22 .
$ mkdir binutils-build