From f24f3d12c10d5f09b4831817d6b525fab9884110 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 8 Jun 2010 20:57:18 +0000 Subject: [PATCH] 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 --- lib/Index/Makefile | 6 ------ 1 file changed, 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 -- 2.40.0