Simplify libIndex Makefile, which doesn't need to worry about altivec support.

llvm-svn: 105639
This commit is contained in:
Daniel Dunbar 2010-06-08 20:57:18 +00:00
parent ee6b692551
commit 5d02e0bd8a
1 changed files with 0 additions and 6 deletions

View File

@ -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