From cfb7ba82251faeacedb151df2ac37667d8ab0487 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 04 Jan 2012 21:48:07 -0500 Subject: Write instructions for installing MPC. --- (limited to 'temporary-bootstrap-builder-setup.txt') diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt index c9c7677..e5009ac 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -164,6 +164,17 @@ Install MPFR for use by the cross-compiling GCC build. $ cd .. $ rm -Rf mpfr-3.1.0 +Install MPC for use by the cross-compiling GCC build. + $ cp -pR ${BBL}/../../src/mpc-0.9 . + $ cd mpc-0.9 + $ LDFLAGS="-Wl,-rpath,${BBL}/cross-tools/lib" ./configure \ + > --prefix=${BBL}/cross-tools --with-mpfr=${BBL}/cross-tools \ + > --with-gmp=${BBL}/cross-tools + $ make + $ make install + $ cd .. + $ rm -Rf mpc-0.9 + Configure and build a cross-compiling GNU Binutils. $ cp -pR ${BBL}/../../src/binutils-2.22 . $ mkdir binutils-build -- cgit v0.9.1