aboutsummaryrefslogtreecommitdiff
path: root/libhsail-rt
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 /libhsail-rt
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 'libhsail-rt')
-rw-r--r--libhsail-rt/ChangeLog5
-rwxr-xr-xlibhsail-rt/configure2
2 files changed, 6 insertions, 1 deletions
diff --git a/libhsail-rt/ChangeLog b/libhsail-rt/ChangeLog
index 372917daa50..3c16d0ee7f5 100644
--- a/libhsail-rt/ChangeLog
+++ b/libhsail-rt/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-18 David Malcolm <dmalcolm@redhat.com>
+
+ PR jit/85384
+ * configure: Regenerate.
+
2018-01-03 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
diff --git a/libhsail-rt/configure b/libhsail-rt/configure
index a490125f5b3..a4fcc10c1f9 100755
--- a/libhsail-rt/configure
+++ b/libhsail-rt/configure
@@ -14414,7 +14414,7 @@ _ACEOF
# 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