aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Index/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Index/Makefile b/lib/Index/Makefile
index c902db0d56..e87e638f69 100644
--- a/lib/Index/Makefile
+++ b/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