mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Merge 7cd2f05644
into c7b5fa3a19
This commit is contained in:
commit
938f21ad20
1 changed files with 5 additions and 0 deletions
|
@ -724,8 +724,13 @@ SHARED_LIBEXT = .so
|
|||
|
||||
HAVE_BUNDLES = yes
|
||||
BUNDLE_LD = $(LD)
|
||||
ifeq ($(CLANG_CC), yes)
|
||||
BUNDLE_LDFLAGS += -shared -fPIC -lc++abi
|
||||
ADDITIONAL_LDFLAGS += -Wl,-E -lc++abi
|
||||
else
|
||||
BUNDLE_LDFLAGS += -shared -fPIC
|
||||
ADDITIONAL_LDFLAGS += -Wl,-E
|
||||
endif
|
||||
STATIC_LDFLAGS += -static
|
||||
|
||||
# nm on OpenBSD is rather like on Darwin
|
||||
|
|
Loading…
Reference in a new issue