Stacker doesn't build universal right.
authorChris Lattner <sabre@nondot.org>
Sat, 30 Sep 2006 00:24:20 +0000 (00:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Sep 2006 00:24:20 +0000 (00:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30675 91177308-0d34-0410-b5e6-96231b3b80d8

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