Re: gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-29 Thread Rainer Orth
Dennis Clarke writes: > Would there be any way that I could invite you into the community > build farm at Blastwave.org for this purpose ? I think it would be > great if we could get a GCC package built ( with ada ) that passes a > set of QC/QA steps and then release it to the Solaris world. C

Re: gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-28 Thread Dennis Clarke
> Andreas Schwab writes: > >> Dennis Clarke writes: >> >> > One of the things I have had no joy with is figuring out how to >> > include the ada component but that is a battle for another day. >> >> To build ada you need a good ada compiler to start with. If you don't >> have one natively you n

Re: gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-28 Thread Rainer Orth
Andreas Schwab writes: > Dennis Clarke writes: > > > One of the things I have had no joy with is figuring out how to > > include the ada component but that is a battle for another day. > > To build ada you need a good ada compiler to start with. If you don't > have one natively you need to bu

Re: gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-28 Thread Andreas Schwab
Dennis Clarke writes: > One of the things I have had no joy with is figuring out how to > include the ada component but that is a battle for another day. To build ada you need a good ada compiler to start with. If you don't have one natively you need to build a cross compiler on a system that h

Re: gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-27 Thread Dennis Clarke
> On Tue, Jan 27, 2009 at 05:24:36PM -0800, Dennis Clarke wrote: >> This is old 32-bit Sparc so I don't think 64-bit code will serve any >> purpose here. > > Specifying --disable-multilib at configure time should keep it from > building the 64-bit libraries. I'll give that a try thank you ! My o

Re: gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-27 Thread Joe Buck
On Tue, Jan 27, 2009 at 05:24:36PM -0800, Dennis Clarke wrote: > This is old 32-bit Sparc so I don't think 64-bit code will serve any > purpose here. Specifying --disable-multilib at configure time should keep it from building the 64-bit libraries.

Re: gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-27 Thread Dennis Clarke
> On Tue, Jan 27, 2009 at 04:53:09PM -0800, Dennis Clarke wrote: >> >> This is on an old Sun Sparc machine running Solaris 8. >> >> I had CFLAGS set thus : >> >> $ echo $CFLAGS >> -mcpu=v7 -m32 -mno-app-regs -pthreads > > That's your problem. Try again without this setting. > >> Shortly into what

Re: gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-27 Thread Joe Buck
On Tue, Jan 27, 2009 at 04:53:09PM -0800, Dennis Clarke wrote: > > This is on an old Sun Sparc machine running Solaris 8. > > I had CFLAGS set thus : > > $ echo $CFLAGS > -mcpu=v7 -m32 -mno-app-regs -pthreads That's your problem. Try again without this setting. > Shortly into what looks like

gcc-4.3.3 bootstrap fails on old Sun Sparc

2009-01-27 Thread Dennis Clarke
This is on an old Sun Sparc machine running Solaris 8. I had CFLAGS set thus : $ echo $CFLAGS -mcpu=v7 -m32 -mno-app-regs -pthreads I was using gcc version 4.2.4 to perform this bootstrap and I set the configure options for non-GNU as and ld thus : $ ../gcc-4.3.3/configure --with-as=/usr/ccs/b