This is the mail archive of the gcc-help@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: gcc-4.2.2 on Solaris2.9 - build fails - needs 32-bit gmp/mpfr


Poor Yorick wrote:

> I am trying to build gcc-4.2.2 for sparc-sun-solaris2.9, but the
> build seems to require 32-bit gmp and mpfr in addition to 64-bit gmp
> and mpfr.

No, it should require just 32-bit GMP and MPFR if you're building sparc-sun-solaris2.9 - that's a 32-bit compiler than can generate both 32- and 64-bit code.

MPFR is used internally by GCC and not for the target libraries so you just need the same version as the compiler binary you're building. You only need the 64-bit versions if you're building a 64-bit compiler binary i.e. sparc64-sun-solaris2.9.

Rup.



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