This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [CFT] in-tree GMP/MPFR, one more round
- From: DJ Delorie <dj at redhat dot com>
- To: paolo dot bonzini at lu dot unisi dot ch
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 8 Jan 2007 12:53:08 -0500
- Subject: Re: [CFT] in-tree GMP/MPFR, one more round
- References: <45A2253C.4060208@lu.unisi.ch> <45A2256B.3070206@lu.unisi.ch>
> + gmplibs="-L ../mpfr/.libs -L ../${build_subdir}/mpfr/_libs $gmplibs"
> + gmpinc="-I ../mpfr -I${srcdir}/../mpfr"
This looks like it would only work one subdirectory down from the top.
Can we make it more independent of how far down the tree we are?
> + gmplibs="-L ../gmp/.libs -L ../${build_subdir}/gmp/_libs $gmplibs"
> + gmpinc="-I ../gmp -I${srcdir}/../gmp"
Likewise.
> + host_alias=(get "host" "${build_alias}")
> + target_alias=(get "target" "${target_alias}")
What's this syntax?