X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=projects%2FMakefile;h=f00425f81ee664d1a01da05098dc67dad69ba9a2;hb=fe532525cc4912ec0d1b4e91fa0396122dd087b3;hp=1318a35d941ef9548642d9392447e20b5d1b39e7;hpb=9b8cc2bc569db67a606c0264d9f25b14a086d816;p=oota-llvm.git diff --git a/projects/Makefile b/projects/Makefile index 1318a35d941..f00425f81ee 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -20,6 +20,9 @@ DIRS := $(filter-out compiler-rt,$(DIRS)) # Don't build libcxx, it isn't designed to be built directly. DIRS := $(filter-out libcxx,$(DIRS)) +# DragonEgg may be checked out here but doesn't (yet) build directly. +DIRS := $(filter-out dragonegg,$(DIRS)) + # Sparc cannot link shared libraries (libtool problem?) ifeq ($(ARCH), Sparc) DIRS := $(filter-out sample, $(DIRS))