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
> 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
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
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
> 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
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.
> 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
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
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