]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c++/10039 ([macosx] gcc hangs at a c++-Constructor with switch "-Os")
authorH.J. Lu <hjl@gcc.gnu.org>
Thu, 9 Apr 2009 15:44:05 +0000 (08:44 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 9 Apr 2009 15:44:05 +0000 (08:44 -0700)
2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/10039
* configure.ac: Require texinfo 4.7.
* configure: Regenerated.

From-SVN: r145842

ChangeLog
configure
configure.ac

index 5b22f481afbc4cd5518f18e221c4c94524521e99..553cdeefc9fa03a27a440d6a35a435b98f448e8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10039
+       * configure.ac: Require texinfo 4.7.
+       * configure: Regenerated.
+
 2009-04-09  Nick Clifton  <nickc@redhat.com>
 
        * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
 
 2009-03-25  Erven Rohou <erven.rohou@inria.fr>
 
-        * MAINTAINERS:  Update my email address.
+       * MAINTAINERS:  Update my email address.
 
 2009-03-18  Tom Tromey  <tromey@redhat.com>
 
-        * configure: Rebuild.
-        * configure.ac (host_libs): Add libiconv.
-        * Makefile.in: Rebuild.
-        * Makefile.def (host_modules): Add libiconv.
-        (configure-gdb, all-gdb): Depend on libiconv.
+       * configure: Rebuild.
+       * configure.ac (host_libs): Add libiconv.
+       * Makefile.in: Rebuild.
+       * Makefile.def (host_modules): Add libiconv.
+       (configure-gdb, all-gdb): Depend on libiconv.
 
 2009-03-16  Tristan Gingold  <gingold@adacore.com>
 
index 8f29c6201e87202144e0a78e734b29a75aff48f2..bfb1d6b81f8132b46314ef7331aeea5a16918425 100755 (executable)
--- a/configure
+++ b/configure
@@ -6665,10 +6665,10 @@ case " $build_configdirs " in
   *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
   *)
 
-    # For an installed makeinfo, we require it to be from texinfo 4.6 or
+    # For an installed makeinfo, we require it to be from texinfo 4.7 or
     # higher, else we use the "missing" dummy.
     if ${MAKEINFO} --version \
-       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+       | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
       :
     else
       MAKEINFO="$MISSING makeinfo"
index 2a8c746ae88962aeae18a0bd2952687cad0d26a1..fd9612264819399a0fd057cd8d9e784e9c1d6eca 100644 (file)
@@ -2726,10 +2726,10 @@ case " $build_configdirs " in
   *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
   *)
 changequote(,)
-    # For an installed makeinfo, we require it to be from texinfo 4.6 or
+    # For an installed makeinfo, we require it to be from texinfo 4.7 or
     # higher, else we use the "missing" dummy.
     if ${MAKEINFO} --version \
-       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+       | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
       :
     else
       MAKEINFO="$MISSING makeinfo"