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]

Re: libstdc++ bootstrap failures on sparc-sun-solaris2.8 (analyzed)


>>>>> Richard Henderson writes:


Richard> On Tue, Jul 31, 2001 at 08:21:33PM -0400, Phil Edwards wrote:
>> If `isainfo` doesn't include sparcv9, then we need to treat 64-bit
>> solaris like any other cross-compile; the hardware becomes irrelevent.

Richard> Err.. no.  You've missed my point.  Yes, one should have a 
Richard> fallback strategy if you can't run 64-bit executables.

Richard> My point is that it's a waste of effort to check `isainfo`
Richard> or any other os-specific widgetry.  Just run the program and
Richard> fall back if the execution fails.

	Which is exactly what my patch from mid-June did:

http://gcc.gnu.org/ml/libstdc++/2001-06/msg00338.html

David


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