This is the mail archive of the gcc-patches@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: PATCH: Don't link gcsec-1.c statically on Solaris 10 x86


Eric Botcazou wrote:
>> This test failed on Solaris 10 x86 because it tried to link
>> statically.  Static linking is unsupported on Solaris 10, so I've used
>> the same approach already used on Netware: just don't link statically.
> 
> So why only on x86?  It's the same everywhere.

I didn't want to make changes for systems I can't conveniently test.  If
Solaris 10 SPARC is the same, then I would recommend the same change there.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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