------- Comment #7 from ebotcazou at gcc dot gnu dot org 2008-12-03 08:58 ------- > The compilers were configured as follows: > > Target: sparc-sun-solaris2.11 > Configured with: /vol/gcc/src/gcc-dist/configure > CC=/vol/gcc/obj/gcc-4.4.0-20081202/11-gcc-v9/gccv9 > --with-gmp-include=/vol/gcc/obj/gmp-4.2.1-v9 > --with-gmp-lib=/vol/gcc/obj/gmp-4.2.1-v9/.libs > --with-mpfr-include=/vol/gcc/obj/mpfr-2.3.2-v9 > --with-mpfr-lib=/vol/gcc/obj/mpfr-2.3.2-v9/.libs --with-gnu-as > --with-as=/vol/gcc/lib/gas-2.19 --enable-languages=c,ada --prefix=/vol/gcc > --with-local-prefix=/vol/gcc --disable-nls > Thread model: posix > gcc version 4.4.0 20081202 (experimental) [trunk revision 142371] (GCC) > > resp. > > Target: sparc-sun-solaris2.11 > Configured with: /vol/gcc/src/gcc-dist/configure > CC=/vol/gcc/obj/gcc-4.4.0-20081202/11-gcc-v9/gccv9 > --with-gmp-include=/vol/gcc/obj/gmp-4.2.1-v9 > --with-gmp-lib=/vol/gcc/obj/gmp-4.2.1-v9/.libs > --with-mpfr-include=/vol/gcc/obj/mpfr-2.3.2-v9 > --with-mpfr-lib=/vol/gcc/obj/mpfr-2.3.2-v9/.libs --enable-languages=c,ada > --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls > Thread model: posix > gcc version 4.4.0 20081202 (experimental) [trunk revision 142371] (GCC)
But these are not 64-bit compilers, see the target triplet. You need to pass --build=sparc64-sun-solaris2.11 and start with a 64-bit compiler. -- ebotcazou at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37799