Merging r261039:
[oota-llvm.git] / projects / Makefile
index 1318a35d941ef9548642d9392447e20b5d1b39e7..08a0a6bb8723c20ae32ebf02e6cc7b508f2920ea 100644 (file)
@@ -20,9 +20,7 @@ DIRS := $(filter-out compiler-rt,$(DIRS))
 # Don't build libcxx, it isn't designed to be built directly.
 DIRS := $(filter-out libcxx,$(DIRS))
 
-# Sparc cannot link shared libraries (libtool problem?)
-ifeq ($(ARCH), Sparc)
-DIRS := $(filter-out sample, $(DIRS))
-endif
+# DragonEgg may be checked out here but doesn't (yet) build directly.
+DIRS := $(filter-out dragonegg,$(DIRS))
 
 include $(PROJ_SRC_ROOT)/Makefile.rules