mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18283 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3cd0498faf
commit
2340cc534c
3 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-12-29 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/gnustep-howto.texi: Update.
|
||||
* Documentation/machines.texi: Idem.
|
||||
|
||||
Fri Dec 26 17:40:23 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* debugapp.in: Iterate over command line arguments to be able to
|
||||
|
|
|
@ -99,7 +99,7 @@ be removed in the future. ffcall is under GNU GPL. As a special
|
|||
exception, if used in GNUstep or in derivate works of GNUstep, the
|
||||
included parts of ffcall are under GNU LGPL.
|
||||
|
||||
@item libffi library (OPTIONAL)
|
||||
@item libffi library (ALTERNATIVE RECOMMENDATION)
|
||||
This is a library that provides stack frame handling for NSInvocation
|
||||
and NSConnection similar to ffcall.
|
||||
Use this instead of ffcall. You don't need both.
|
||||
|
|
|
@ -494,11 +494,12 @@ gdnc doesn't work. If you recompile the kernel then it starts working.
|
|||
@node Suse/Intel, Suse 7.x/PPC, Suse 6.x/Intel, Machine Specific
|
||||
@section Suse/Intel
|
||||
|
||||
GNUstep has been tested on version 7.0, 8.0, 8.1, and 8.2 of Suse
|
||||
GNUstep has been tested on version 7.0, 8.0, 8.1, 8.2, and 9.0 of Suse
|
||||
|
||||
@table @samp
|
||||
@item Recommended compiler
|
||||
Standard. gcc2.95.x, gcc3.0.x, 3.1 and 3.2 work, but 2.95 is faster.
|
||||
The default compiler that comes with Susu is fine. Also
|
||||
gcc2.95.x, gcc3.0.x, 3.1 and 3.2 work, but 2.95 is faster.
|
||||
Compile with --threads-enabled (non-standard).
|
||||
|
||||
@item Extra libs needed
|
||||
|
@ -513,7 +514,7 @@ None.
|
|||
@node Suse 7.x/PPC, Unixware-2.1.3/Intel, Suse/Intel, Machine Specific
|
||||
@section Suse 7.x/PPC
|
||||
|
||||
GNUstep has been tested on version 7.0 of Suse
|
||||
GNUstep has been tested on version 7.0 of Suse/PPC
|
||||
|
||||
@table @samp
|
||||
@item Recommended compiler
|
||||
|
|
Loading…
Reference in a new issue