summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/TargetInfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/SystemZ/TargetInfo/Makefile')
-rw-r--r--lib/Target/SystemZ/TargetInfo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/TargetInfo/Makefile b/lib/Target/SystemZ/TargetInfo/Makefile
index 0be80eb4e6..9f36b2cd62 100644
--- a/lib/Target/SystemZ/TargetInfo/Makefile
+++ b/lib/Target/SystemZ/TargetInfo/Makefile
@@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME = LLVMSystemZInfo
+CXXFLAGS = -fno-rtti
# Hack: we need to include 'main' target directory to grab private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..