This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: 6.1: AC_CONFIG_SUBDIRS changes for autoconf 2.5x


On Mon, 10 May 2004, Daniel Jacobowitz wrote:

> There were two autoconf patches in the list of patches for src/ you
> sent me in April.  Are they necessary?  If so, would you ping the
> autoconf maintainers about them again, please?  Then we'd need to wait
> for 2.60.

 The "autoconf-2.53-target_prefix" patch is not going to be accepted for
autoconf as it contradicts the new principle of choosing cross-compilation
configurations introduced with autoconf 2.50.  It's needed for the ability
to set target_alias without triggering a cross-compilation setup.  
However, this is not the right solution -- I took part in a discussion at
the binutils list a while ago where the right way to solve this was
proposed and accepted by an autoconf maintainer.  I had no time to
implement it so far and I may still be unable to do that for quite some
time now.  It's needed for the top level only anyway and I think the top
level has a workaround for this deficiency of autoconf.  It can be safely
ignored for gdb/ and sim/.

 The "autoconf-2.58-catfile" patch is indeed needed, but I am told this
problem has been resolved with autoconf -- I'll do a check with the patch
reverted.

> If no one sees a reason to wait, and the autoconf patches are not
> necessary, I'll update the gdb directory to 2.5x and apply this patch
> in a few days.  I'll do sim also if you'll send me the remaining
> changes you needed.

 I'll ask the autoconf maintainers if there is hope for the AC_REQUIRE bug 
to be fixed soon -- the hack to work it around for sim is ugly enough I'd 
prefer to avoid it in the mainline.

 If you want to convert gdb/ and sim/ to 2.5x, then I have a set of three
patches that are necessary or useful.  They are: "gdb-5.2-long-double",
"gdb-6.0-ah" and "gdb-6.0-sim-ac25".  I'll send them shortly.

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +


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