Support for GCC-4.3

Martin Guy martinwguy@yahoo.it
Thu Apr 24 09:44:00 GMT 2008


On 4/24/08, Jeff Gray <jeffg@magellan-technology.com> wrote:
> Is anyone doing any work with crosstool for support of gcc-4.3?
>
>  Using the test release crosstool-0.44-dbtest, I modified
>  gcc-4.2.2-glibc-2.7-nptl-tls-ports.dat to be
>  gcc-4.3.0-glibc-2.7-nptl-tls-ports.dat.
>
>  This failed during configuration of GCC with the message:
>  configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.

[sorry you're getting this twice, Jeff; I hit "reply" instead of
"reply to all", der...]

Installing gmp and mpfr libraries on your build host should do it.
They only need to be linked in to the compiler for it to be able to do
constant folding reliably at compile time - you don't have to go and
fetch their source and cross-compile it for the target.
Is this any different from needing a working native compiler, Unix
tools, math library and ofher bits that you already need to be able to
build the other versions?
At most we could put a special thing into CT to check for extra build
dependencies if you're building gcc-4.3, but it seems from the message
that the configure script already does this and reports extensively,
so why bother?

   M

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list