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: RFA/RFC: Adding support for gmp and mpfr sources in the build tree


For cross compilers however the GMP configure however will complain
that:
configure: error: --target is not appropriate for GMP

We could ask them to change it to a warning.


Alternatively, you could use some autogen magic to differentiate the host and target passed to GMP, from the host and target passed to the other libraries. Differentiating the host may be useful too in order to pass "none" as the CPU (which can be the source of a few headaches).

Paolo


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