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:
fedor 1998-01-27 22:29:03 +00:00
parent e553d34cd1
commit 281efe3025
2 changed files with 5 additions and 1 deletions

View file

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

View file

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