From: Misha Brukman Date: Tue, 14 Sep 2004 18:21:03 +0000 (+0000) Subject: The Sparc linking .so problem extends to the sample project as well X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1cf70ff8d58e389ae57f706f6025bf4a102e0f28;p=oota-llvm.git The Sparc linking .so problem extends to the sample project as well git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16342 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Makefile b/projects/Makefile index e64379b7bfd..1e89f6d91bd 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -15,6 +15,7 @@ DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $( # Sparc cannot link shared libraries (libtool problem?) which Stacker uses ifeq ($(ARCH), Sparc) DIRS := $(filter-out Stacker, $(DIRS)) +DIRS := $(filter-out sample, $(DIRS)) endif include $(BUILD_SRC_ROOT)/Makefile.rules