Darwin update

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17738 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-09-28 02:09:49 +00:00
parent 743c71efcd
commit a99fa01a53
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-09-27 Adam Fedor <fedor@gnu.org>
* target.make (darwin/BUNDLE_LDFLAGS): Supress warnings
* Documentation/machines.texi: Update darwin.
2003-09-25 Adam Fedor <fedor@gnu.org>
* target.make (darwin): Fix up bundle flags for GNU compiler.

View file

@ -61,6 +61,9 @@ Several bugs where introduced in the version. It's probably better to
avoid this one, although it might work fine.
@item gcc 3.2.x
Pretty good. Recommended.
@item gcc 3.3.x
Recommended. Fixes some bugs relating to protocols as well as other
improvements.
@end table
If you have compiled GNUstep on a specific machine, please send information
@ -106,7 +109,8 @@ Make sure to configure gnustep-make with ./configure
@item Extra libs needed
Use libffi (not ffcall). This should be enabled by default in gnustep-base
so you don't have to type --enable-libffi
so you don't have to type --enable-libffi. Also need the dlcompat library
(from @url{www.opendarwin.org}) to load bundles.
@item Special Instructions

View file

@ -285,7 +285,7 @@ SHARED_LIB_LINK_CMD = \
$(LN_S) $(LIB_LINK_VERSION_FILE) $(LIB_LINK_FILE))
BUNDLE_LD = /usr/bin/ld
BUNDLE_LDFLAGS += -bundle -flat_namespace -undefined warning /usr/lib/bundle1.o
BUNDLE_LDFLAGS += -bundle -flat_namespace -undefined suppress /usr/lib/bundle1.o
else
# NeXT Compiler