]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/33418 ([4.1/4.2/4.3]: Gcc failed to detect HJL's binutils linker)
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 13 Sep 2007 14:13:49 +0000 (14:13 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 13 Sep 2007 14:13:49 +0000 (07:13 -0700)
2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/33418
* configure.ac (ld_vers): Support Linux linker.
* configure: Regenerated.

From-SVN: r128466

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index e5c116b4d1344ddb77bfdf80822bc83449e6b2bf..65010fc49f7fb88c3ee4f1eb5152a1b65d515fc3 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/33418
+       * configure.ac (ld_vers): Support Linux linker.
+       * configure: Regenerated.
+
 2007-09-06  Richard Sandiford  <richard@codesourcery.com>
 
        PR target/33256
index 550a7c5b4459da201d1a5ddffbab5eac1c079049..5dce3f19f84940458da485a43af849478d2fafcf 100755 (executable)
@@ -14141,6 +14141,7 @@ else
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \
+       -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\)[  ].*$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[     ].*$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[       ].*$,\1,p' \
index da97fcab3a035f07bbf8a7988aa493351aa58853..e6bdbf0bc2a17d352a394fd53bdeb6da898f3ca4 100644 (file)
@@ -1997,6 +1997,7 @@ changequote(,)dnl
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \
+       -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\)[  ].*$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[     ].*$,\1,p' \
        -e 's,^.*[       ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[       ].*$,\1,p' \