summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/Index/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/Index/Makefile b/clang/lib/Index/Makefile
index c902db0d56b..e87e638f69e 100644
--- a/clang/lib/Index/Makefile
+++ b/clang/lib/Index/Makefile
@@ -12,14 +12,8 @@
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
-include $(CLANG_LEVEL)/../../Makefile.config
-
LIBRARYNAME := clangIndex
BUILD_ARCHIVE = 1
-ifeq ($(ARCH),PowerPC)
-CXX.Flags += -maltivec
-endif
-
include $(CLANG_LEVEL)/Makefile
OpenPOWER on IntegriCloud