]> granicus.if.org Git - clang/commitdiff
Simplify libIndex Makefile, which doesn't need to worry about altivec support.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 8 Jun 2010 20:57:18 +0000 (20:57 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 8 Jun 2010 20:57:18 +0000 (20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105639 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Index/Makefile

index c902db0d56bf25ce9f0be553d44ccab098f0e006..e87e638f69ecbded0b8a365108d43b2181efa48d 100644 (file)
 ##===----------------------------------------------------------------------===##
 
 CLANG_LEVEL := ../..
-include $(CLANG_LEVEL)/../../Makefile.config
-
 LIBRARYNAME := clangIndex
 BUILD_ARCHIVE = 1
 
-ifeq ($(ARCH),PowerPC)
-CXX.Flags += -maltivec
-endif
-
 include $(CLANG_LEVEL)/Makefile