This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[CFARM] gmp, mpfr and GNU make on gcc04
- From: Rask Ingemann Lambertsen <rask at sygehus dot dk>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 28 May 2007 20:01:18 +0200
- Subject: [CFARM] gmp, mpfr and GNU make on gcc04
I have built and installed gmp, mpfr and GNU make on gcc04 using
--prefix=/home/rask/opt, so you can build GCC if you pass
--with-gmp=/home/rask/opt --with-mpfr=/home/rask/opt to configure. You will
need let the dynamic linker know this:
export LD_LIBRARY_PATH=/home/rask/opt/lib
GNU make is available as /home/rask/opt/bin/make. Source tarballs are in
/n/07/guerby/ftp.
Finally, using two existing baseboard files as a starting point, I made
/home/rask/dejagnuboards/m32c-sim.exp for running tests of
--target=m32c-unknown-elf.
--
Rask Ingemann Lambertsen