mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-25 03:32:11 +00:00
HP fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6427 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a4f8b3da24
commit
2df214b3dd
1 changed files with 4 additions and 0 deletions
|
@ -621,6 +621,10 @@ SHARED_LIBEXT = .sl
|
|||
HAVE_BUNDLES = yes
|
||||
BUNDLE_LD = $(CC)
|
||||
BUNDLE_LDFLAGS += -nodefaultlibs -Xlinker -r
|
||||
ADDITIONAL_LDFLAGS += -Xlinker +s
|
||||
ifeq ($(shared), no)
|
||||
ADDITIONAL_LDFLAGS += -static
|
||||
endif
|
||||
endif
|
||||
|
||||
# end HP-UX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue