diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-06-08 20:57:18 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-06-08 20:57:18 +0000 |
commit | f24f3d12c10d5f09b4831817d6b525fab9884110 (patch) | |
tree | ec9920b1012b911c62087f507f23b231f7fd7915 /lib | |
parent | c4dec1c58eeb2ef46cdb64120eb6b819c6927afb (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/Makefile | 6 |
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 |