From b9210123a9a006c5efe7feb70242c502433e780f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 13 Sep 2004 22:42:54 +0000 Subject: Sparc cannot link shared objects (libtool issue) which affects Stacker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16320 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'projects/Makefile') diff --git a/projects/Makefile b/projects/Makefile index ab4c7e283d..e64379b7bf 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -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 -- cgit v1.2.3-18-g5258