Stacker doesn't build universal right.
[oota-llvm.git] / projects / Makefile
index f2a604a55fbf857abca183d3dcca73eb65210089..0997a2a3817ec02cb00271b51eea52c9349482c7 100644 (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