summaryrefslogtreecommitdiff
path: root/libvtv
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2018-04-18 09:46:58 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2018-04-18 09:46:58 +0000
commit124c259e8c79443f65ba712fc01570eb6e566fa6 (patch)
treeaef33a6ef006568578b391fab19aefd57ef86ecc /libvtv
parent23367e7b2a09600a31724ce06f0d7620df0b0344 (diff)
PR jit/85384
* acx.m4 (GCC_BASE_VER): Remove \$\$ from sed expression. * configure.ac (gcc-driver-name.h): Honor --with-gcc-major-version by using gcc_base_ver to generate a gcc_driver_version, and use it when generating GCC_DRIVER_NAME. * configure: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259462 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libvtv')
-rw-r--r--libvtv/ChangeLog5
-rwxr-xr-xlibvtv/configure2
2 files changed, 6 insertions, 1 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog
index 82b52bc4845c..0d38b1105e9a 100644
--- a/libvtv/ChangeLog
+++ b/libvtv/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/libvtv/configure b/libvtv/configure
index 1cd1f70cd768..b94f78585c0e 100755
--- a/libvtv/configure
+++ b/libvtv/configure
@@ -15604,7 +15604,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