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: HP/Compaq Tru64 linker semantics


On Wed, 2004-04-28 at 13:37, Rainer Orth wrote:
> One caveat, though: currently one cannot pass -oldstyle_liblookup through
> collect2 to ld, which is quite tedious.  This has been reported already

This is because of confusion between "-o output" and
"-oldstyle_liblookup"  This should be fixable by defining
SWITCHES_NEED_SPACES to include "o".  This changes both gcc.c and
collect2.c, and they will no longer accept "-ooutput" as valid, which
should let the Tru64 linker option work.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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