Stacker doesn't build universal right.

llvm-svn: 30675
This commit is contained in:
Chris Lattner 2006-09-30 00:24:20 +00:00
parent 82dcacb63d
commit fb306aaf2d

View File

@ -18,4 +18,10 @@ 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