mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
Remove -module, which appears to be a leftover from prior libtool usage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101793 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
023f8aaa16
commit
dacd479173
@ -581,13 +581,6 @@ ifeq ($(TARGET_OS),Darwin)
|
||||
endif
|
||||
endif
|
||||
|
||||
# Adjust LD.Flags depending on the kind of library that is to be built. Note
|
||||
# that if LOADABLE_MODULE is specified then the resulting shared library can
|
||||
# be opened with dlopen.
|
||||
ifdef LOADABLE_MODULE
|
||||
LD.Flags += -module
|
||||
endif
|
||||
|
||||
ifdef SHARED_LIBRARY
|
||||
ifneq ($(DARWIN_MAJVERS),4)
|
||||
LD.Flags += $(RPATH) -Wl,$(LibDir)
|
||||
|
Loading…
Reference in New Issue
Block a user