mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
improve solaris support, from PR9109, patch by Yuri!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b289b40744
commit
c55f58b1a6
@ -73,6 +73,11 @@ ifeq ($(HOST_OS),Linux)
|
||||
LLVMLibsOptions += -Wl,--no-undefined
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS),SunOS)
|
||||
# add -z allextract ahead of other libraries on Solaris
|
||||
LLVMLibsOptions := -Wl,-z -Wl,allextract $(LLVMLibsOptions)
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
|
||||
|
||||
SHLIB_STUBS := $(addprefix $(ObjDir)/, $(SHLIB_FRAG_NAMES))
|
||||
|
Loading…
Reference in New Issue
Block a user