diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:43:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:43:31 +0000 |
| commit | 0bcc858a2b909f3028015604e5cd384a40129ea2 (patch) | |
| tree | 2dfc62cfb846b69516fec476ab7f8cdd3dd1752a /clang/examples | |
| parent | 823aed16f96cd77a88fb6a8113751a8628e6169d (diff) | |
| download | bcm5719-llvm-0bcc858a2b909f3028015604e5cd384a40129ea2.tar.gz bcm5719-llvm-0bcc858a2b909f3028015604e5cd384a40129ea2.zip | |
-fno-rtti is now the default.
llvm-svn: 94379
Diffstat (limited to 'clang/examples')
| -rw-r--r-- | clang/examples/PrintFunctionNames/Makefile | 1 | ||||
| -rw-r--r-- | clang/examples/wpa/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/clang/examples/PrintFunctionNames/Makefile b/clang/examples/PrintFunctionNames/Makefile index 3c0c1f82ad8..57d3ba9b0cd 100644 --- a/clang/examples/PrintFunctionNames/Makefile +++ b/clang/examples/PrintFunctionNames/Makefile @@ -11,7 +11,6 @@ LEVEL = ../../../.. LIBRARYNAME = PrintFunctionNames 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 early so we can set up diff --git a/clang/examples/wpa/Makefile b/clang/examples/wpa/Makefile index 54b61d08571..2be7ff10d89 100644 --- a/clang/examples/wpa/Makefile +++ b/clang/examples/wpa/Makefile @@ -2,7 +2,6 @@ LEVEL = ../../../.. TOOLNAME = clang-wpa CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include -CXXFLAGS = -fno-rtti NO_INSTALL = 1 # No plugins, optimize startup time. |

