mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 19:03:50 +00:00
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
This commit is contained in:
parent
9934f97bbe
commit
1cf70ff8d5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user