From 89c74f4afa6db154288515ed1e1cdbe8694dc4c5 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 26 Oct 2009 21:28:24 +0100 Subject: 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 --- libgomp/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgomp/configure') 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 }'` -- cgit v1.1