runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler version
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 3 Nov 2014 16:30:51 +0000 (16:30 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 3 Nov 2014 16:30:51 +0000 (16:30 +0000)
From-SVN: r217049

libgo/Makefile.am
libgo/Makefile.in

index 6d00bcc38c6fc40fe71f68c65e3304f540987d5c..3a42250eee779aab0521c0302108ef293b961528 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 SUBDIRS = ${subdirs}
 
-gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
+gcc_version := $(shell $(GOC) -dumpversion)
 
 MAINT_CHARSET = latin1
 
index 1e085b73a73b7f23ab0c6180ae39c159a234f2ab..97bc9387f71b73abda51425136e9a8c518435c28 100644 (file)
@@ -430,7 +430,7 @@ top_srcdir = @top_srcdir@
 SUFFIXES = .c .go .gox .o .obj .lo .a
 @LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
 SUBDIRS = ${subdirs}
-gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
+gcc_version := $(shell $(GOC) -dumpversion)
 MAINT_CHARSET = latin1
 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
 PWD_COMMAND = $${PWDCMD-pwd}