From 001ddaa852f8e18468e5a9356ba5d2eebb1f7f66 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 18 Apr 2018 09:46:58 +0000 Subject: re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used) 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. From-SVN: r259462 --- libitm/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libitm/configure') diff --git a/libitm/configure b/libitm/configure index a57805e..03e4274 100644 --- a/libitm/configure +++ b/libitm/configure @@ -17734,7 +17734,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 -- cgit v1.1