ReleaseNotes: C API policy; by Eric Christopher
[oota-llvm.git] / projects / Makefile
index f00425f81ee664d1a01da05098dc67dad69ba9a2..08a0a6bb8723c20ae32ebf02e6cc7b508f2920ea 100644 (file)
@@ -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