X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=projects%2FMakefile;h=08a0a6bb8723c20ae32ebf02e6cc7b508f2920ea;hb=a4e1564971de0d08816f0ad1d29b2f29cf1b5883;hp=f00425f81ee664d1a01da05098dc67dad69ba9a2;hpb=d77a0ca4934f9b2480ca80a26d95b21fc0c1aa3b;p=oota-llvm.git diff --git a/projects/Makefile b/projects/Makefile index f00425f81ee..08a0a6bb872 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -23,9 +23,4 @@ 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)) -endif - include $(PROJ_SRC_ROOT)/Makefile.rules