git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6427 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-04-06 14:53:43 +00:00
parent a4f8b3da24
commit 2df214b3dd

View file

@ -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