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: Bootstrap failed on i386-pc-solaris2.10


On Tue, Aug 07, 2007 at 03:34:56PM -0700, H.J. Lu wrote:
> > -		tmake_file="$tmake_file i386/t-crtstuff i386/t-sol2-10"
> > +		tmake_file="$tmake_file i386/t-sol2-10"

> CRTSTUFF_T_CFLAGS in config/i386/t-sol2 should override the one
> in i386/t-crtstuff anyway. Why didn't it happen? If it does
> override the correct CRTSTUFF_T_CFLAGS, we need this patch. Othewise,
> we need something different.

i386/t-sol2-10 != i386/t-sol2; t-sol2 came first.  Looks like you need
to move t-crtstuff up before the Solaris 10 check, maybe?

-- 
Daniel Jacobowitz
CodeSourcery


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