summaryrefslogtreecommitdiff
path: root/projects/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Makefile')
-rw-r--r--projects/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/projects/Makefile b/projects/Makefile
index f00425f81e..08a0a6bb87 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