aboutsummaryrefslogtreecommitdiff
path: root/libgomp/configure
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-10-26 21:28:24 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2009-10-26 21:28:24 +0100
commit89c74f4afa6db154288515ed1e1cdbe8694dc4c5 (patch)
tree7d8bc36932bb0e2dc79fbce175498de517984aa9 /libgomp/configure
parent7752e52262ccc0eb26d8d58008bd3368650b688c (diff)
downloadgcc-89c74f4afa6db154288515ed1e1cdbe8694dc4c5.zip
gcc-89c74f4afa6db154288515ed1e1cdbe8694dc4c5.tar.gz
gcc-89c74f4afa6db154288515ed1e1cdbe8694dc4c5.tar.bz2
re PR libstdc++/38923 (symbol versioning disabled due to non-portable sed script)
PR libstdc++/38923 * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Avoid using too many *s. Accept ld version without text in ()s. * configure: Regenerated. * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid using too many *s. Accept ld version without text in ()s. * configure: Regenerated. From-SVN: r153570
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-xlibgomp/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure
index a0a93d6..dac0399 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -15698,7 +15698,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
fi
ldver=`$LD --version 2>/dev/null |
- sed -e 's/GNU g*o*ld v*e*r*s*i*o*n* *\(([^)]*)* *\) \([0-9.][0-9.]*\).*/\2/; q'`
+ sed -e 's/GNU gold /GNU ld /;s/GNU ld version /GNU ld /;s/GNU ld ([^)]*) /GNU ld /;s/GNU ld \([0-9.][0-9.]*\).*/\1/; q'`
libgomp_gnu_ld_version=`echo $ldver | \
$AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`