summaryrefslogtreecommitdiffstats
path: root/clang/tools
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools')
-rw-r--r--clang/tools/CIndex/Makefile1
-rw-r--r--clang/tools/c-index-test/Makefile1
-rw-r--r--clang/tools/driver/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/clang/tools/CIndex/Makefile b/clang/tools/CIndex/Makefile
index 7bdbba172f2..3e288623e5e 100644
--- a/clang/tools/CIndex/Makefile
+++ b/clang/tools/CIndex/Makefile
@@ -11,7 +11,6 @@ LEVEL = ../../../..
LIBRARYNAME = CIndex
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
-CXXFLAGS = -fno-rtti
# Include this here so we can get the configuration of the targets
# that have been configured for construction. We have to do this
diff --git a/clang/tools/c-index-test/Makefile b/clang/tools/c-index-test/Makefile
index 06e24053aa0..e9ba174275a 100644
--- a/clang/tools/c-index-test/Makefile
+++ b/clang/tools/c-index-test/Makefile
@@ -10,7 +10,6 @@ LEVEL = ../../../..
TOOLNAME = c-index-test
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
-CXXFLAGS = -fno-rtti
NO_INSTALL = 1
# No plugins, optimize startup time.
diff --git a/clang/tools/driver/Makefile b/clang/tools/driver/Makefile
index 6ec82918c07..b86a5309beb 100644
--- a/clang/tools/driver/Makefile
+++ b/clang/tools/driver/Makefile
@@ -13,7 +13,6 @@ ifndef CLANG_IS_PRODUCTION
TOOLALIAS = clang++
endif
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
-CXXFLAGS = -fno-rtti
# Clang tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
OpenPOWER on IntegriCloud