summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2011-12-06 21:11:50 +0000
committerKostya Serebryany <kcc@google.com>2011-12-06 21:11:50 +0000
commite235715748826c91f115d11f46d0ff2017d45d2f (patch)
tree91535259ffd93ecedb7caace7182cb0a20b78e70 /make
parentdd8d4981e149fd32b83406fae2dc42216c771f79 (diff)
downloadcompiler-rt-e235715748826c91f115d11f46d0ff2017d45d2f.tar.gz
compiler-rt-e235715748826c91f115d11f46d0ff2017d45d2f.tar.bz2
compiler-rt-e235715748826c91f115d11f46d0ff2017d45d2f.tar.xz
build all C++ files in compiler-rt with -fno-exceptions
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@145967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/config.mk b/make/config.mk
index bddc6f8f..5656ad6c 100644
--- a/make/config.mk
+++ b/make/config.mk
@@ -39,3 +39,7 @@ Echo := @echo
ifndef Summary
Summary = $(Echo)
endif
+
+###
+# Common compiler options
+COMMON_CXXFLAGS=-fno-exceptions