* target.make (openbsd): Add additional link flags for bundle

loading. Patch #4989 from Andrew Sveikauskas.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@22721 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2006-03-28 05:26:05 +00:00
parent 7d546ce1c2
commit 4e2144014f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-03-27 Adam Fedor <fedor@gnu.org>
* target.make (openbsd): Add additional link flags for bundle
loading. Patch #4989 from Andrew Sveikauskas.
2006-03-27 Adam Fedor <fedor@gnu.org>
* Master/source-distribution.make (svn-tag): Add comment line

View file

@ -746,7 +746,7 @@ SHARED_LIBEXT = .so
HAVE_BUNDLES = yes
BUNDLE_LD = $(CC)
BUNDLE_LDFLAGS += -shared -fPIC
#ADDITIONAL_LDFLAGS += -rdynamic
ADDITIONAL_LDFLAGS += -Wl,-E
STATIC_LDFLAGS += -static
# nm on OpenBSD is rather like on Darwin