This is the mail archive of the gcc-patches@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: Patch to enable -Werror [take 2]


 > From: David Edelsohn <dje@watson.ibm.com>
 > 
 > 	The patch seems to get the right results on AIX as well.
 > Thakns, David

You're welcome.  Installed.


 > 	P.S. Can't we get a consistent ordering of mawk versus gawk?
 >  # Find some useful tools
 > -for ac_prog in gawk mawk nawk awk
 > +for ac_prog in mawk gawk nawk awk

Probably not.  I use stock autoconf-2.13 which lists mawk first.  Some
linux/gnu distributions provide autoconf (also claiming to be 2.13)
with gawk first.  Don't know why, perhaps they're making a policy
decision to promote GNU tools.

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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