summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-15 20:24:16 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-15 20:24:16 +0100
commit2202df7e61c66721fb0aec1319384a08ad5f2d0c (patch)
tree8d026ec19d33f8c79071f969c92f7e486439f2b8
parent8490a41bb1074a0e927f6b8afc237e12682f6aea (diff)
downloadembtoolkit-2202df7e61c66721fb0aec1319384a08ad5f2d0c.tar.gz
embtoolkit-2202df7e61c66721fb0aec1319384a08ad5f2d0c.tar.bz2
embtoolkit-2202df7e61c66721fb0aec1319384a08ad5f2d0c.tar.xz
Toolchain: compiler-rt: sync compiler switches with upstream
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/llvm/compiler-rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/llvm/compiler-rt/Makefile b/mk/llvm/compiler-rt/Makefile
index f99cb28..1e5cc4e 100644
--- a/mk/llvm/compiler-rt/Makefile
+++ b/mk/llvm/compiler-rt/Makefile
@@ -73,7 +73,7 @@ CC ?= gcc
CXX ?= g++
SANCOMMON_CFLAGS := -W -Wall -fPIC -fno-builtin -fno-exceptions
-SANCOMMON_CFLAGS += -fomit-frame-pointer -funwind-tables
+SANCOMMON_CFLAGS += -fomit-frame-pointer -funwind-tables -fno-rtti
SANCOMMON_CFLAGS += -fvisibility=hidden
ARFLAGS := rvs