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

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Wed Mar 31 23:46:00 GMT 1999


> I tried to put gas both as "as" and as "gas" in the directory reported
> with:
> 
>   gcc -print-prog-name=cc1
> 
> with no affect. This is for my HP-UX 10.20 installation.

Well, we were talking about Solaris. On HPUX, you have to say that you
are going to use gas at compilation time. At runtime-time, you can
still say -mgas, if you didn't configure the compiler with gas.

That doesn't affect the search path for executables, which can be
printed with 'gcc -print-search-dirs'.

Regards,
Martin



More information about the Gcc mailing list