mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
743c71efcd
commit
a99fa01a53
3 changed files with 11 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue