]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Not a good day...
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 2 May 2002 01:14:38 +0000 (18:14 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 2 May 2002 01:14:38 +0000 (18:14 -0700)
From-SVN: r53030

gcc/configure
gcc/configure.in

index 6b80738ad8a1ef5f18d98a942fa3f06836d3e9b6..cefc654fe95a469f80af4f8082af43b2a9716e79 100755 (executable)
@@ -7165,7 +7165,7 @@ elif test x$gcc_cv_as != x; then
        # the date string after the version number.
        ld_ver=`$gcc_cv_ld --version 2>/dev/null | head -1`
        if echo "$ld_ver" | grep GNU > /dev/null; then
-               ld_date=`echo $ld_ver | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,;p'`
+               ld_date=`echo $ld_ver | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
                if test 0"$ld_date" -lt 20020404; then
                        gcc_cv_as_hidden="no"
                fi
index d9ac4af6d6718a7c9d4b3fe7fdad7a2671272382..d06b73476bc0e455358fd90b8ad4d973cfcd9c3c 100644 (file)
@@ -1507,7 +1507,7 @@ elif test x$gcc_cv_as != x; then
        ld_ver=`$gcc_cv_ld --version 2>/dev/null | head -1`
        if echo "$ld_ver" | grep GNU > /dev/null; then
 changequote(,)dnl
-               ld_date=`echo $ld_ver | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,;p'`
+               ld_date=`echo $ld_ver | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
 changequote([,])dnl
                if test 0"$ld_date" -lt 20020404; then
                        gcc_cv_as_hidden="no"