From 0ec1164b53594dea368ce7990b20fc957ec75bf7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 04 Jan 2012 20:07:26 -0500 Subject: Remove PPL and CLooG for the cross-compiling GCC. See: . --- (limited to 'temporary-bootstrap-builder-setup.txt') 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 -- cgit v0.9.1