This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [CFT] in-tree GMP/MPFR, one more round


> +  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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]