aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2007-09-13 14:12:37 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2007-09-13 07:12:37 -0700
commit1f1752ec46f51eb2e0e7244c52d3467f88b2e671 (patch)
tree0814f285a219d28efba6e434cccba7b7145c3c19 /gcc/configure.ac
parent160c50657b368002eddc1f77b45d824f3066848c (diff)
downloadgcc-1f1752ec46f51eb2e0e7244c52d3467f88b2e671.zip
gcc-1f1752ec46f51eb2e0e7244c52d3467f88b2e671.tar.gz
gcc-1f1752ec46f51eb2e0e7244c52d3467f88b2e671.tar.bz2
re PR bootstrap/33418 ([4.1/4.2/4.3]: Gcc failed to detect HJL's binutils linker)
2007-09-13 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/33418 * configure.ac (ld_vers): Support Linux linker. * configure: Regenerated. From-SVN: r128465
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 00f5b8a..fae5ec0 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -2069,6 +2069,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' \