forked from OSchip/llvm-project
Simplify libIndex Makefile, which doesn't need to worry about altivec support.
llvm-svn: 105639
This commit is contained in:
parent
ee6b692551
commit
5d02e0bd8a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue