public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
To: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org
Subject: Re: Moving to Autoconf 2.64, Automake 1.11
Date: Sun, 23 Aug 2009 09:44:00 -0000	[thread overview]
Message-ID: <20090823072815.GA6831@gmx.de> (raw)
In-Reply-To: <20090815112928.GB5396@gmx.de>

A few notes on this taken while applying the patch set, and a couple of
small fixups I made to them (they all seemed obvious to me, so I figured
pushing back the patch set and waiting for review would have been the
worse way to go).

- Toplevel mkinstalldirs and ylwrap were also updated from Automake
  (containing only trivial changes).

- In libjava/Makefile.am, $(LIBTOOLFLAGS) was also added to the
  CXXLINK, LIBLINK, and GCJLINK variables.  (LIBTOOLFLAGS is a user
  variable, so it is set nowhere in the GCC makefiles.)  Also, in some
  cases in libstdc++-v3, the patch posted in
  http://gcc.gnu.org/ml/gcc-patches/2009-08/msg00804.html
  erroneously added the variable after the --mode argument instead of
  before; I fixed that now, as obvious patch.

- Confirmed that the [2/N] patch libjava breaks the build.  That means,
  r151013 fails due to libltdl being included twice; this is fixed in
  the [3/N] patch aka. r151014.

- The regeneration of fixincludes/config.h.in adds
    #ifndef USED_FOR_TARGET
  around defines now, which comes from gcc/acinclude.m4.  This doesn't
  seem to be a problem, and would have happened too with a regeneration
  of this file with autoheader 2.59, but I found it unobvious enough to
  mention it here.

- In [3/N], 'AUTOMAKE_OPTIONS = foreign' was missing from the
  gold/testsuite/Makefile.am file as well; I've added in the commit.
  If you prefer to have it mentioned just once in gold, then we could
  alos put it in configure.ac:AM_INIT_AUTOMAKE([foreign]) for
  consistency.

- In [3/N], I did not regenerate files in gdb and sim on purpose, as
  those changes would have caused a broken build with 2.59.  The
  regeneration with 2.64 in [4/N] fixes this.


During the process I noticed a few additional items that still need
fixing:

- sim/testsuite and below has configure scripts that do not include
  override.m4 also need rebuild rules in Makefile.in files.

- Below gdb, some rebuild rules are still missing, too.

- Besides these trees:
    cgen libgloss libgui newlib rda sid utils winsup

  the following directories also contain configure scripts that need
  updating (or eliminating):
    gdb/gdbtk/plugins
    gdb/gdbtk
    gdb/testsuite/gdb.gdbtk
    gdb/testsuite/gdb.cell

I'll work on these issues.

Cheers,
Ralf

  parent reply	other threads:[~2009-08-23  7:28 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-15 11:29 Ralf Wildenhues
2009-08-15 11:31 ` [PATCH 1/N] Update automake-provided files in the toplevel Ralf Wildenhues
2009-08-15 11:33 ` [PATCH 3/N] some minor fixes in sim, gold, gdb Ralf Wildenhues
2009-08-17 16:17   ` Tom Tromey
2009-08-17 16:19   ` Ian Lance Taylor
2009-08-15 11:34 ` [PATCH 4/N] The big bump Ralf Wildenhues
2009-08-15 11:49   ` Richard Guenther
2009-08-15 12:23     ` Ralf Wildenhues
2009-08-15 12:29       ` Ralf Wildenhues
2009-08-15 16:21         ` Paolo Bonzini
2009-08-17 20:47           ` fix 2.64 fopen glitch, disable option checking (was: [PATCH 4/N] The big bump) Ralf Wildenhues
2009-08-17 22:52             ` fix 2.64 fopen glitch, disable option checking Paolo Bonzini
2009-08-15 14:41   ` [PATCH 4/N] The big bump Dave Korn
2009-08-15 16:04     ` Ralf Wildenhues
2009-08-15 16:36       ` Dave Korn
     [not found]         ` <20090818191404.GB30961__32944.9385325008$1250622877$gmane$org@gmx.de>
2009-08-18 20:32           ` Tom Tromey
2009-08-24 17:31             ` Christopher Faylor
2009-08-24 19:17               ` updating autotools in the rest of src (was: [PATCH 4/N] The big bump) Ralf Wildenhues
2009-08-15 16:26     ` [PATCH 4/N] The big bump Joseph S. Myers
2009-08-18 19:36       ` Ralf Wildenhues
2009-08-18 19:40         ` Paolo Bonzini
2009-08-19  0:00         ` Dave Korn
2009-08-17 11:49   ` Nick Clifton
2009-08-18 18:18     ` Ralf Wildenhues
2009-08-19  7:07       ` Nick Clifton
2009-08-23 13:24   ` Andreas Schwab
2009-08-23 13:31     ` yacc and lex reruns without maintainer-mode (was: [PATCH 4/N] The big bump) Ralf Wildenhues
2009-08-24  7:18       ` Alan Modra
2009-08-15 11:34 ` Moving to Autoconf 2.64, Automake 1.11 Gerald Pfeifer
2009-08-16  9:49   ` Do not point to sources.redhat.com for autotools tarballs (was: Moving to Autoconf 2.64, Automake 1.11) Ralf Wildenhues
2009-08-16 17:23     ` Eli Zaretskii
2009-08-15 11:35 ` [PATCH 5/N] post-update cleanups Ralf Wildenhues
2009-08-15 16:58   ` Paolo Bonzini
2009-08-15 15:31 ` Moving to Autoconf 2.64, Automake 1.11 Joseph S. Myers
2009-08-15 16:07   ` Ralf Wildenhues
2009-08-16 11:48     ` install-{html,pdf} (was: Moving to Autoconf 2.64, Automake 1.11) Ralf Wildenhues
2009-08-17 12:12       ` install-{html,pdf} Paolo Bonzini
2009-08-15 18:04 ` Moving to Autoconf 2.64, Automake 1.11 Paolo Bonzini
2009-08-15 23:07   ` Ralf Wildenhues
     [not found] ` <20090815113449.GE20172__4676.41973305053$1250336143$gmane$org@gmx.de>
2009-08-17 16:19   ` [PATCH 5/N] post-update cleanups Tom Tromey
2009-08-23  9:44 ` Ralf Wildenhues [this message]
2009-08-27 14:23 ` Moving to Autoconf 2.64, Automake 1.11 Matthias Klose
2009-08-27 15:02   ` Matthias Klose
2016-01-22 20:57 Michael Shigorin
2016-01-24 13:29 ` Segher Boessenkool
2016-01-24 14:04   ` Andreas Schwab
2016-01-25  1:22     ` Segher Boessenkool

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090823072815.GA6831@gmx.de \
    --to=ralf.wildenhues@gmx.de \
    --cc=binutils@sourceware.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).