forked from OSchip/llvm-project
parent
1212b4d249
commit
eb45775347
|
@ -18,4 +18,10 @@ DIRS := $(filter-out Stacker, $(DIRS))
|
||||||
DIRS := $(filter-out sample, $(DIRS))
|
DIRS := $(filter-out sample, $(DIRS))
|
||||||
endif
|
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
|
include $(PROJ_SRC_ROOT)/Makefile.rules
|
||||||
|
|
Loading…
Reference in New Issue