Sparc cannot link shared objects (libtool issue) which affects Stacker.
[oota-llvm.git] / projects / Makefile
index ab4c7e283d8559ed104e6829b317ae00680cdd62..e64379b7bfd213b4d721d9f613fc5625289b6a50 100644 (file)
@@ -12,4 +12,9 @@ include $(LEVEL)/Makefile.config
 
 DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile)))
 
+# Sparc cannot link shared libraries (libtool problem?) which Stacker uses
+ifeq ($(ARCH), Sparc)
+DIRS := $(filter-out Stacker, $(DIRS))
+endif
+
 include $(BUILD_SRC_ROOT)/Makefile.rules