* llvm.spec.in: update blurb
[oota-llvm.git] / projects / Makefile
index 0997a2a3817ec02cb00271b51eea52c9349482c7..8be3d40c2e50e36e50f6bbf5fa51e9e99950828a 100644 (file)
@@ -12,16 +12,9 @@ include $(LEVEL)/Makefile.config
 
 DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
 
 
 DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
 
-# Sparc cannot link shared libraries (libtool problem?) which Stacker uses
+# Sparc cannot link shared libraries (libtool problem?)
 ifeq ($(ARCH), Sparc)
 ifeq ($(ARCH), Sparc)
-DIRS := $(filter-out Stacker, $(DIRS))
 DIRS := $(filter-out sample, $(DIRS))
 endif
 
 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
 include $(PROJ_SRC_ROOT)/Makefile.rules