This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: configure patch for hpux
- From: Tom Tromey <tromey at redhat dot com>
- To: law at redhat dot com
- Cc: Alexandre Oliva <aoliva at redhat dot com>, gdb-patches at sources dot redhat dot com
- Date: 18 Dec 2001 14:05:18 -0700
- Subject: Re: configure patch for hpux
- References: <16990.1008696473@porcupine.cygnus.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == law <law@redhat.com> writes:
Jeff> BTW, who maintains automake these days? This problem really
Jeff> should be fixed in automake itself. We really don't want to be
Jeff> putting compilers into strict ANSI mode -- automake even has a
Jeff> comment to this effect, but whomever wrote the code apparently
Jeff> wasn't aware of how to get the desired behavior out of the HP-UX
Jeff> compiler.
Technically I maintain it. In practice Akim Demaille does.
The current automake/m4/ccstdc.m4 says this:
# HP-UX 10.20 and later -Ae
# HP-UX older versions -Aa -D_HPUX_SOURCE
It would be good to upgrade our tree to automake 1.5.
However, 1.5 might not yet be stable enough for this :-(.
Tom