aboutsummaryrefslogtreecommitdiff
path: root/libitm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libitm/Makefile.in')
-rw-r--r--libitm/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libitm/Makefile.in b/libitm/Makefile.in
index e87499723aa..bd16ce0cfb8 100644
--- a/libitm/Makefile.in
+++ b/libitm/Makefile.in
@@ -293,6 +293,7 @@ dvidir = @dvidir@
enable_shared = @enable_shared@
enable_static = @enable_static@
exec_prefix = @exec_prefix@
+get_gcc_base_ver = @get_gcc_base_ver@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
@@ -332,7 +333,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I .. -I ../config
SUBDIRS = testsuite
-gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
+gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
abi_version = -fabi-version=4
search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/finclude