[llvm-commits] [compiler-rt] r157259 - /compiler-rt/trunk/lib/tsan/rtl/Makefile.old

Dmitry Vyukov dvyukov at google.com
Tue May 22 09:46:05 PDT 2012


Author: dvyukov
Date: Tue May 22 11:46:05 2012
New Revision: 157259

URL: http://llvm.org/viewvc/llvm-project?rev=157259&view=rev
Log:
tsan: fix makefile
allow to build custom configurations

Modified:
    compiler-rt/trunk/lib/tsan/rtl/Makefile.old

Modified: compiler-rt/trunk/lib/tsan/rtl/Makefile.old
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/Makefile.old?rev=157259&r1=157258&r2=157259&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/Makefile.old (original)
+++ compiler-rt/trunk/lib/tsan/rtl/Makefile.old Tue May 22 11:46:05 2012
@@ -8,6 +8,7 @@
 EXTRA_CXXFLAGS=-fno-exceptions
 NO_SYSROOT=--sysroot=.
 CXXFLAGS+=$(EXTRA_CXXFLAGS)
+CXXFLAGS+=$(CFLAGS)
 ifeq ($(DEBUG), 0)
   CXXFLAGS+=-fomit-frame-pointer
 ifeq ($(CXX), g++)





More information about the llvm-commits mailing list