From ecb7e5c8afe929ee38155db94de6b084ec32a645 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 16 Feb 2010 09:31:36 +0000 Subject: Update clang to r96341. --- examples/PrintFunctionNames/Makefile | 1 - examples/wpa/Makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/PrintFunctionNames/Makefile b/examples/PrintFunctionNames/Makefile index 3c0c1f82ad8a..57d3ba9b0cd9 100644 --- a/examples/PrintFunctionNames/Makefile +++ b/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/examples/wpa/Makefile b/examples/wpa/Makefile index 54b61d08571a..2be7ff10d899 100644 --- a/examples/wpa/Makefile +++ b/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. -- cgit v1.2.3