2013-12-05 Yury Gribov <y.gribov@samsung.com>
authorygribov <ygribov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Dec 2013 09:56:03 +0000 (09:56 +0000)
committerygribov <ygribov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Dec 2013 09:56:03 +0000 (09:56 +0000)
PR sanitizer/59368
* Makefile.am (gcc_version): Added gcc_version.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205698 138bc75d-0d04-0410-961f-82ee72b054a4

libsanitizer/ChangeLog
libsanitizer/Makefile.am
libsanitizer/Makefile.in

index 661c326..0c4c61f 100644 (file)
@@ -1,3 +1,9 @@
+2013-12-05  Yury Gribov  <y.gribov@samsung.com>
+
+       PR sanitizer/59368
+       * Makefile.am (gcc_version): Added gcc_version.
+       * Makefile.in: Regenerate.
+
 2013-12-05  Kostya Serebryany  <kcc@google.com>
 
        * All source files: Merge from upstream r196090.
index 6c3e5b0..dd0fc80 100644 (file)
@@ -10,6 +10,9 @@ if USING_MAC_INTERPOSE
 SUBDIRS = sanitizer_common lsan asan ubsan
 endif
 
+## May be used by toolexeclibdir.
+gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
+
 # Work around what appears to be a GNU make bug handling MAKEFLAGS
 # values defined in terms of make variables, as is the case for CC and
 # friends when we are called from the top level Makefile.
index 9424c59..d32859e 100644 (file)
@@ -240,6 +240,7 @@ ACLOCAL_AMFLAGS = -I .. -I ../config
 @TSAN_SUPPORTED_FALSE@SUBDIRS = interception sanitizer_common lsan asan ubsan
 @TSAN_SUPPORTED_TRUE@SUBDIRS = interception sanitizer_common lsan asan tsan ubsan
 @USING_MAC_INTERPOSE_TRUE@SUBDIRS = sanitizer_common lsan asan ubsan
+gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
 
 # Work around what appears to be a GNU make bug handling MAKEFLAGS
 # values defined in terms of make variables, as is the case for CC and