Re: [PATCH] Fixes combined gcc-binutils builds.

2015-07-24 Thread Jeff Law

On 07/16/2015 06:26 PM, Michael Darling wrote:

Ping.  I don't have write access.

**Updated patch ATTACHED**, modified so the commits during the past
two months don't cause conflicts.  Minor other updating (i.e. Likewise
rather than repeating in ChangeLogs.)

Binutils **updated patch also ATTACHED**  from May 24, also modified
so its commits during past two months don't conflict.

On Sun, May 24, 2015 at 3:56 PM, Michael Darling darli...@gmail.com wrote:

Combined builds has been broken for about 10 months, because some
binutils configure.in files were renamed to configure.ac, but gcc's
references to them were not updated.  There is a corresponding patch
submitted to binutils-gdb, which renames its few remaining configure.in
files to configure.ac.  Otherwise, fixing the gcc calls to binutils-gdb
configure.* files would be more complicated.

Also, some time ago, gcc renamed its configure.in files to configure.ac.
Fixed a few remaining references to gcc configure.in files, such as in
error messages and documentation.

See PR gcc/other/66259 and binutils-gdb/binutils/18450.

Thanks.  I've installed the changes for gcc.

jeff



Re: [PATCH] Fixes combined gcc-binutils builds.

2015-05-27 Thread Jeff Law

On 05/24/2015 01:56 PM, Michael Darling wrote:

Combined builds has been broken for about 10 months, because some
binutils configure.in files were renamed to configure.ac, but gcc's
references to them were not updated.  There is a corresponding patch
submitted to binutils-gdb, which renames its few remaining configure.in
files to configure.ac.  Otherwise, fixing the gcc calls to binutils-gdb
configure.* files would be more complicated.

Also, some time ago, gcc renamed its configure.in files to configure.ac.
Fixed a few remaining references to gcc configure.in files, such as in
error messages and documentation.
Can you please send your patch as an attachment.  Your mailer re-wrapped 
the long lines making the patch impossible to apply and test.


Jeff



[PATCH] Fixes combined gcc-binutils builds.

2015-05-24 Thread Michael Darling
Combined builds has been broken for about 10 months, because some
binutils configure.in files were renamed to configure.ac, but gcc's
references to them were not updated.  There is a corresponding patch
submitted to binutils-gdb, which renames its few remaining configure.in
files to configure.ac.  Otherwise, fixing the gcc calls to binutils-gdb
configure.* files would be more complicated.

Also, some time ago, gcc renamed its configure.in files to configure.ac.
Fixed a few remaining references to gcc configure.in files, such as in
error messages and documentation.

See PR gcc/other/66259 and binutils-gdb/binutils/18450.

Index: ChangeLog
===
--- ChangeLog (revision 223630)
+++ ChangeLog (working copy)
@@ -1,3 +1,10 @@
+2015-05-24  Michael Darling  darli...@gmail.com
+
+ PR other/66259
+ * config-ml.in: Reflects renaming of configure.in to configure.ac
+ * configure: Reflects renaming of configure.in to configure.ac
+ * configure.ac: Reflects renaming of configure.in to configure.ac
+
 2015-05-16  James Bowman  james.bow...@ftdichip.com

  * configure.ac: FT32 target added.
Index: boehm-gc/ChangeLog
===
--- boehm-gc/ChangeLog (revision 223630)
+++ boehm-gc/ChangeLog (working copy)
@@ -1,3 +1,11 @@
+2015-05-24  Michael Darling  darli...@gmail.com
+
+ PR other/66259
+ * Makefile.direct: Reflects renaming of configure.in to configure.ac
+ * Makefile.dist: Reflects renaming of configure.in to configure.ac
+ * version.h: Reflects renaming of configure.in to configure.ac
+ * doc/README: Reflects renaming of configure.in to configure.ac
+
 2015-05-13  Michael Haubenwallner  michael.haubenwall...@ssi-schaefer.com

  * Makefile.in: Regenerated with automake-1.11.6.
Index: boehm-gc/Makefile.direct
===
--- boehm-gc/Makefile.direct (revision 223630)
+++ boehm-gc/Makefile.direct (working copy)
@@ -331,7 +331,7 @@ DOC_FILES= README.QUICK doc/README.Mac doc/README.
 TESTS= tests/test.c tests/test_cpp.cc tests/trace_test.c \
  tests/leak_test.c tests/thread_leak_test.c tests/middle.c

-GNU_BUILD_FILES= configure.in Makefile.am configure acinclude.m4 \
+GNU_BUILD_FILES= configure.ac Makefile.am configure acinclude.m4 \
  libtool.m4 install-sh configure.host Makefile.in \
  aclocal.m4 config.sub config.guess \
  include/Makefile.am include/Makefile.in \
Index: boehm-gc/Makefile.dist
===
--- boehm-gc/Makefile.dist (revision 223630)
+++ boehm-gc/Makefile.dist (working copy)
@@ -326,7 +326,7 @@ DOC_FILES= README.QUICK doc/README.Mac doc/README.
 TESTS= tests/test.c tests/test_cpp.cc tests/trace_test.c \
  tests/leak_test.c tests/thread_leak_test.c tests/middle.c

-GNU_BUILD_FILES= configure.in Makefile.am configure acinclude.m4 \
+GNU_BUILD_FILES= configure.ac Makefile.am configure acinclude.m4 \
  libtool.m4 install-sh configure.host Makefile.in \
  aclocal.m4 config.sub config.guess \
  include/Makefile.am include/Makefile.in \
Index: boehm-gc/doc/README
===
--- boehm-gc/doc/README (revision 223630)
+++ boehm-gc/doc/README (working copy)
@@ -6,7 +6,7 @@ Copyright (c) 1999-2004 Hewlett-Packard Developmen
 The file linux_threads.c is also
 Copyright (c) 1998 by Fergus Henderson.  All rights reserved.

-The files Makefile.am, and configure.in are
+The files Makefile.am, and configure.ac are
 Copyright (c) 2001 by Red Hat Inc. All rights reserved.

 Several files supporting GNU-style builds are copyrighted by the Free
Index: boehm-gc/version.h
===
--- boehm-gc/version.h (revision 223630)
+++ boehm-gc/version.h (working copy)
@@ -1,4 +1,4 @@
-/* The version here should match that in configure/configure.in */
+/* The version here should match that in configure/configure.ac */
 /* Eventually this one may become unnecessary.  For now we need */
 /* it to keep the old-style build process working. */
 #define GC_TMP_VERSION_MAJOR 6
@@ -14,7 +14,7 @@
  GC_TMP_VERSION_MINOR != GC_VERSION_MINOR || \
  defined(GC_ALPHA_VERSION) != (GC_TMP_ALPHA_VERSION != GC_NOT_ALPHA) || \
  defined(GC_ALPHA_VERSION)  GC_TMP_ALPHA_VERSION != GC_ALPHA_VERSION
-#   error Inconsistent version info.  Check README, version.h, and
configure.in.
+#   error Inconsistent version info.  Check README, version.h, and
configure.ac.
 # endif
 #else
 # define GC_VERSION_MAJOR GC_TMP_VERSION_MAJOR
Index: config/ChangeLog
===
--- config/ChangeLog (revision 223630)
+++ config/ChangeLog (working copy)
@@ -1,3 +1,11 @@
+2015-05-24  Michael Darling  darli...@gmail.com
+
+ PR other/66259
+ * gettext.m4: Reflects renaming of configure.in to configure.ac
+ * po.m4: Reflects renaming of configure.in to configure.ac
+ *