mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 00:41:14 +00:00
Added -rdynamic flag for linux
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@3099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a011924787
commit
d4b3c69431
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Oct 21 21:00:00 1998 Richard Frith-Macdonald <richard@brainstrom.co.uk>
|
||||
|
||||
* target.make: Add -rdynamic to ld flags on linux so that bundles
|
||||
work correctly.
|
||||
|
||||
Mon Oct 5 09:12:41 1998 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* GNUstep.csh.in: Fix up syntax problems (from Don Bottstein
|
||||
|
|
|
@ -245,6 +245,7 @@ HAVE_BUNDLES = yes
|
|||
BUNDLE_LD = gcc
|
||||
BUNDLE_CFLAGS += -fPIC
|
||||
BUNDLE_LDFLAGS += -shared
|
||||
ADDITIONAL_LDFLAGS += -rdynamic
|
||||
endif
|
||||
#
|
||||
# end Linux ELF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue