aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-08 20:57:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-08 20:57:18 +0000
commitf24f3d12c10d5f09b4831817d6b525fab9884110 (patch)
treeec9920b1012b911c62087f507f23b231f7fd7915 /lib
parentc4dec1c58eeb2ef46cdb64120eb6b819c6927afb (diff)
Simplify libIndex Makefile, which doesn't need to worry about altivec support.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105639 91177308-0d34-0410-b5e6-96231b3b80d8
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