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/lib/Lex | |
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/lib/Lex')
-rw-r--r-- | clang/lib/Lex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Lex/Makefile b/clang/lib/Lex/Makefile index a2437da812b..509077017c2 100644 --- a/clang/lib/Lex/Makefile +++ b/clang/lib/Lex/Makefile @@ -16,7 +16,6 @@ include $(LEVEL)/Makefile.config LIBRARYNAME := clangLex BUILD_ARCHIVE = 1 -CXXFLAGS = -fno-rtti ifeq ($(ARCH),PowerPC) CXXFLAGS += -maltivec |