mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
The Sparc linking .so problem extends to the sample project as well
llvm-svn: 16342
This commit is contained in:
parent
efdcbeeec3
commit
b185f42ca3
@ -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…
Reference in New Issue
Block a user