runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler version
From-SVN: r217049
This commit is contained in:
parent
741233cf4d
commit
24606f7137
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ endif
|
|||
|
||||
SUBDIRS = ${subdirs}
|
||||
|
||||
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
|
||||
gcc_version := $(shell $(GOC) -dumpversion)
|
||||
|
||||
MAINT_CHARSET = latin1
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue