mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
New flags for Solaris bundles.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2712 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e553d34cd1
commit
281efe3025
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jan 27 15:38:12 1998 Adam Fedor <fedor@doc.com>
|
||||
|
||||
* target.make (Solaris/BUNDLE_LDFLAGS): New flags for gcc2.8.0
|
||||
|
||||
Sun Jan 11 13:00:46 1998 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* GNUmakefile.preamble: Add additional flags.
|
||||
|
|
|
@ -252,7 +252,7 @@ SHARED_LIBEXT = .so
|
|||
HAVE_BUNDLES = yes
|
||||
BUNDLE_LD = gcc
|
||||
BUNDLE_CFLAGS += -fPIC
|
||||
BUNDLE_LDFLAGS += -nodefaultlibs -Xlinker -r
|
||||
BUNDLE_LDFLAGS += -shared -mimpure-text
|
||||
endif
|
||||
#
|
||||
# end Solaris
|
||||
|
|
Loading…
Reference in a new issue