diff options
author | bviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-31 23:55:21 +0000 |
---|---|---|
committer | bviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-31 23:55:21 +0000 |
commit | da9473508e90e2c1fd941b547511cb0a39735652 (patch) | |
tree | 5c964b38105977ef3615479ab6f324b9c85bb7f6 /libcilkrts/Makefile.am | |
parent | 452659afd19793cef456ed9d607f88ed0106700d (diff) | |
download | gcc-da9473508e90e2c1fd941b547511cb0a39735652.tar.gz |
Fix for PR other/58925
+2013-10-31 Balaji V. Iyer <balaji.v.iyer@intel.com>
+
+ PR other/58925
+ * configure.ac: Added target_alias and GCC_LIBSTDCXX_RAW_CXX_FLAGS
+ fields.
+ * configure: Regenerated.
+ * aclocal.m4: Likewise.
+ * Makefile.in: Likewise.
+ * Makefile.am: Added gcc_version field.
+
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204280 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcilkrts/Makefile.am')
-rw-r--r-- | libcilkrts/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcilkrts/Makefile.am b/libcilkrts/Makefile.am index f332cfb13de..a3b07efb68b 100644 --- a/libcilkrts/Makefile.am +++ b/libcilkrts/Makefile.am @@ -47,6 +47,9 @@ AM_CFLAGS = $(GENERAL_FLAGS) -std=c99 AM_CPPFLAGS = $(GENERAL_FLAGS) AM_LDFLAGS = -lpthread -ldl +# May be used by toolexeclibdir. +gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) + # Target list. toolexeclib_LTLIBRARIES = libcilkrts.la |