mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
revert bundle flags
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6833 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
078d0701c4
commit
e09ea37d19
2 changed files with 8 additions and 6 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,14 +1,16 @@
|
|||
2000-06-27 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* common.make: Remove -fno-strict-aliasing (Doesn't work on old
|
||||
compilers).
|
||||
* target.make: Add posix4 back to Solaris when threaded
|
||||
* common.make (OPTFLAG): Remove -fno-strict-aliasing (Doesn't
|
||||
work on old gcc2.8.0).
|
||||
* target.make (solaris/TARGET_SYSTEM_LIBS): Readd posix4 when threaded
|
||||
(Solaris/BUNDLE_LDFLAGS): Go back to old flags - new ones don't
|
||||
work with gcc 2.8.0.
|
||||
* configure.in: Cache search for libwraster, fix searching for
|
||||
other graphics libs.
|
||||
|
||||
2000-06-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.in: Fix for exporting vars on broken sh's.
|
||||
* configure.in: Fix for exporting vars on old sh's.
|
||||
|
||||
Thu Jun 22 18:58:41 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
|
|
|
@ -736,8 +736,8 @@ SHARED_LIBEXT = .so
|
|||
HAVE_BUNDLES = yes
|
||||
BUNDLE_LD = $(CC)
|
||||
BUNDLE_CFLAGS += -fPIC
|
||||
BUNDLE_LDFLAGS += -shared -mimpure-text
|
||||
#BUNDLE_LDFLAGS += -nodefaultlibs -Xlinker -r
|
||||
#BUNDLE_LDFLAGS = -shared -mimpure-text
|
||||
BUNDLE_LDFLAGS = -nodefaultlibs -Xlinker -r
|
||||
endif
|
||||
|
||||
# end Solaris
|
||||
|
|
Loading…
Reference in a new issue