From 2202df7e61c66721fb0aec1319384a08ad5f2d0c Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 15 Mar 2013 20:24:16 +0100 Subject: Toolchain: compiler-rt: sync compiler switches with upstream Signed-off-by: Abdoulaye Walsimou Gaye --- mk/llvm/compiler-rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3