This is the mail archive of the gcc@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.3.3 Released


>> > I'll try sparc64, powerpc64 and ia64 when the machines are available.
>>
>> I can probably help you with the Sparc64 requirement. To be precise, do
>> you need Sun UltraSparc or are you looking for the multicore SPARC64
>> processor which is a ( slightly ) different beast?
>
> Thanks for your offer.
>
> I do have access to a sparc64, in fact it's the same machine that I used
> for the sparc (32 bits) report in the farm, but it is down since since
> morning and will probably be up again in the next few days.

I am always a very careful with the 32-bit Sparc build because I often end
up with a 32-bit gcc but the ABI says SPARC V8PLUS or some such.

Thus I use a genuine old old Sparc to build GCC with.

# uname -a
SunOS fossil 5.8 Generic_117350-56 sun4m sparc SUNW,SPARCstation-20

# isalist -v
sparcv8 sparcv8-fsmuld sparcv7 sparc

# file /opt/build/GCC/gcc-4.3.3-build/prev-gcc/xgcc
/opt/build/GCC/gcc-4.3.3-build/prev-gcc/xgcc:   ELF 32-bit MSB executable
, dynamically linked, not stripped

see the "SPARC Version 1" there?  That is my assurance that this will work
on everything from old Sparc to the latest Niagara procs. It won't be fast
.. but it will work.

# /opt/build/GCC/gcc-4.3.3-build/prev-gcc/xgcc -v
Using built-in specs.
Target: sparc-sun-solaris2.8
Configured with: /export/nfs/build/gnu/GCC/gcc-4.3.3/configure
--with-as=/usr/ccs/bin/as --without-gnu-ld --with-ld=/usr/ccs/bin/ld
--with-cpu=v7 --enable-threads=posix --enable-nls --prefix=/opt/csw/gcc4
--with-local-prefix=/opt/csw --enable-shared --enable-multilib
--with-included-gettext --with-libiconv-prefix=/opt/csw --with-x
--with-system-zlib --with-gmp=/opt/csw --with-mpfr=/opt/csw
--enable-languages=c,c++,f95,objc,ada --enable-bootstrap
Thread model: posix
gcc version 4.3.3 (GCC)

Dennis



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