X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=projects%2FMakefile;h=08a0a6bb8723c20ae32ebf02e6cc7b508f2920ea;hb=d27a0a9b2cfd378e2ec9a24e29c361f9ff6785ca;hp=1318a35d941ef9548642d9392447e20b5d1b39e7;hpb=9b8cc2bc569db67a606c0264d9f25b14a086d816;p=oota-llvm.git diff --git a/projects/Makefile b/projects/Makefile index 1318a35d941..08a0a6bb872 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -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