mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Revert of 214418:
"Create a default symver on Linux like ELF OSes." Fails the build under Debian with ld.gold: /usr/bin/ld.gold: --default-symver: unknown option llvm-svn: 214482
This commit is contained in:
parent
f46410e6eb
commit
17687ece47
@ -69,11 +69,6 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD))
|
||||
LLVMLibsOptions += -Wl,--no-undefined
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD))
|
||||
# Define a default symbol version
|
||||
LLVMLibsOptions += -Wl,--default-symver
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS),SunOS)
|
||||
# add -z allextract ahead of other libraries on Solaris
|
||||
LLVMLibsOptions := -Wl,-z -Wl,allextract $(LLVMLibsOptions)
|
||||
|
Loading…
Reference in New Issue
Block a user