From: Daniel Dunbar Date: Tue, 8 Jun 2010 20:57:18 +0000 (+0000) Subject: Simplify libIndex Makefile, which doesn't need to worry about altivec support. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f24f3d12c10d5f09b4831817d6b525fab9884110;p=clang 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 --- 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