Commit a3dda30b by Jonathan Yong Committed by Ian Lance Taylor

* Makefile.in (version): set to BASE-VER file from gcc directory.

From-SVN: r190136
parent 4d02a695
2012-08-03 Jonathan Yong <jon_y@users.sourceforge.net>
* Makefile.in (version): set to BASE-VER file from gcc directory.
2012-08-01 Nick Clifton <nickc@redhat.com>
* config/m32c/lib2funcs.c (__clrsbhi2): New function.
......
......@@ -207,7 +207,7 @@ export slibdir
export toolexecdir
export toolexeclibdir
version := $(shell $(CC) -dumpversion)
version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
ifeq ($(decimal_float),yes)
ifeq ($(enable_decimal_float),bid)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment