The Sparc linking .so problem extends to the sample project as well

llvm-svn: 16342
This commit is contained in:
Misha Brukman 2004-09-14 18:21:03 +00:00
parent 09f3ac9297
commit c1f7bb0238
1 changed files with 1 additions and 0 deletions

View File

@ -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