mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
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
This commit is contained in:
parent
865c415b5c
commit
b9210123a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user