forked from OSchip/llvm-project
For PR1074:
Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
This commit is contained in:
parent
b4e0f9b52e
commit
e6fd0e826b
|
@ -14,14 +14,7 @@ DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard
|
|||
|
||||
# Sparc cannot link shared libraries (libtool problem?) which Stacker uses
|
||||
ifeq ($(ARCH), Sparc)
|
||||
DIRS := $(filter-out Stacker, $(DIRS))
|
||||
DIRS := $(filter-out sample, $(DIRS))
|
||||
endif
|
||||
|
||||
|
||||
# Universal builds can't build stacker, which uses llvm-gcc -S.
|
||||
ifdef UNIVERSAL
|
||||
DIRS := $(filter-out Stacker, $(DIRS))
|
||||
endif
|
||||
|
||||
include $(PROJ_SRC_ROOT)/Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue