Bootstrap failed on i386-pc-solaris2.10

Arthur Haas ahaas@impactweather.com
Wed Aug 8 14:45:00 GMT 2007


> -----Original Message-----
> [ ... snip ... ]
> 
> > CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC
> > 
> > How do you use +=?
> 
> Sorry, I was looking at an old checkout.
> 
> Could you simply test patching config/i386/t-crtstuff like this:
> 
> -CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer 
> -fno-asynchronous-unwind-tables
> +CRTSTUFF_T_CFLAGS += -fno-omit-frame-pointer 
> -fno-asynchronous-unwind-tables
> 
> (It would be great if you, H.J., tested on Linux, and Art tested on 
> Solaris 10).
> 
> Thanks,
> 
> Paolo

Hi.

Making the change above results in a successful build. Quite a
difference what a '+' can make.

Art Haas



More information about the Gcc-patches mailing list