This is the mail archive of the gcc-bugs@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: May be bug ? Please help me !


On Sun, 26 Dec 1999, Martin v. Loewis wrote:

> > If I rebuild gcc-2.95.2 using sun's assembler and "--with-gnu-as", all
> > are ok, but the "new" gcc always pass "-s" option to gas ? Maybe gcc and
> > gas can not work together on i386 solaris 2.7 at all ?
> 
> I can't reproduce it, since I don't have i386 solaris 2.7. From just
> looking at the sources, I think it "ought to" work. In the compilation
> directory/gcc, please look at the file tm.h. It should include
> "i386/sol2gas.h", before including "i386/sol2.h". sol2gas.h should
> define GAS_REJECTS_MINUS_S, and that, in turn, should result in -s not
> being passed to the assembler. Please verify that all these files are
> set-up correctly. 
> 

See:
http://gcc.gnu.org/ml/gcc-patches/1999-10/msg00769.html
for an explanation of this issue.

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444


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