This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


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

Re: Q: -fhonor-std / how to include "gas"


In a message dated 3/30/99 8:30:02 AM Pacific Standard Time,
girod@stybba.ntc.nokia.com writes:

> cc1plus: warning: -g is only supported when using GAS on this processor,
>  cc1plus: warning: -g option disabled.
In the first stage of a bootstrap, you are building temporary compilers which
use HP-as, so these warnings are normal.  If your configuration --with-gnu-as
took hold, these warnings should not occur in the later stages, and the gnu-as
should be used exclusively.