This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Bootstrap failed on i386-pc-solaris2.10
- From: "Arthur Haas" <ahaas at impactweather dot com>
- To: <bonzini at gnu dot org>, "H.J. Lu" <hjl at lucon dot org>
- Cc: <gcc at gcc dot gnu dot org>, "GCC Patches" <gcc-patches at gcc dot gnu dot org>, "Daniel Jacobowitz" <drow at false dot org>
- Date: Wed, 8 Aug 2007 09:45:00 -0500
- Subject: RE: Bootstrap failed on i386-pc-solaris2.10
> -----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