This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: bug#11034: Binutils, GDB, GCC and Automake's 'cygnus' option
- From: Tom Tromey <tromey at redhat dot com>
- To: Stefano Lattarini <stefano dot lattarini at gmail dot com>
- Cc: ams at gnu dot org, iant at google dot com, gcc at gcc dot gnu dot org, 11034 at debbugs dot gnu dot org, gdb at sourceware dot org, automake at gnu dot org, binutils at sourceware dot org, joseph at codesourcery dot com
- Date: Mon, 02 Apr 2012 08:25:22 -0600
- Subject: Re: bug#11034: Binutils, GDB, GCC and Automake's 'cygnus' option
- References: <4F72E239.9010404@gmail.com> <Pine.LNX.4.64.1203281121190.12161@digraph.polyomino.org.uk> <4F7301DD.7090401@gmail.com> <mcr1uoci96g.fsf@dhcp-172-18-216-180.mtv.corp.google.com> <4F76C08E.6050707@gmail.com> <E1SDuIY-0004aQ-0U@fencepost.gnu.org> <4F76D8F2.8050804__46768.5595191599$1333188914$gmane$org@gmail.com>
>>>>> "Stefano" == Stefano Lattarini <stefano.lattarini@gmail.com> writes:
Stefano> Note there's nothing I'm planning to do, nor I should do, in
Stefano> this regard: the two setups described above are both already
Stefano> supported by the current automake implementation (but the last
Stefano> one is not encouraged, even though it makes perfect sense in
Stefano> some *rare* situations). I was just pointing out that you have
Stefano> to choose one of these setups -- so, if you want to distribute
Stefano> info files, you must accept to have them build in the srcdir.
Or we can just stick with an older version of automake.
It seems to me that this is the sensible approach.
Or move to some other build system; either autogen-based or just
requiring GNU make features. The latter is fine for GCC but I'm not
sure whether all the src projects are on board.
I'm pretty disappointed that automake would make this change. I realize
these choices may (arguably) make the most sense for most projects, but
the gcc and src trees are not like most projects; and really the whole
'cygnus' feature is there just to support these two big users.
Tom