aboutsummaryrefslogtreecommitdiff
path: root/libssp
diff options
context:
space:
mode:
Diffstat (limited to 'libssp')
-rw-r--r--libssp/ChangeLog5
-rwxr-xr-xlibssp/configure2
2 files changed, 6 insertions, 1 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog
index b5e8113..2ed241e 100644
--- a/libssp/ChangeLog
+++ b/libssp/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-18 David Malcolm <dmalcolm@redhat.com>
+
+ PR jit/85384
+ * configure: Regenerate.
+
2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
PR target/84148
diff --git a/libssp/configure b/libssp/configure
index df7bff7..f88c04c 100755
--- a/libssp/configure
+++ b/libssp/configure
@@ -11171,7 +11171,7 @@ fi
# Check whether --with-gcc-major-version-only was given.
if test "${with_gcc_major_version_only+set}" = set; then :
withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
- get_gcc_base_ver="sed -e 's/^\([0-9]*\).*\$\$/\1/'"
+ get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
fi
fi