This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bug? feature?
- To: "Eric Schweitz" <schweitz at nortel dot ca>
- Subject: Re: bug? feature?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 02 Sep 1998 10:43:39 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199809021327.GAA02741@cygnus.com>you write:
> When building egcs 1.0.3a on HP-UX 10 and using --with-gnu-as in the
> ./configure line, the executable produced still looks for the assembler
> in /usr/ccs/bin. I hacked the config/pa/hp*10.h where MD_EXEC_PREFIX
> was defined to remove this little annoying "mis-feature". Seems like
> this may be a "bug" in the configure script...
No. This is the desired behavior.
See the faq for hints on how to make gcc always find gas before the
system assembler.
jeff