Clarify that fat binaries are not 'unique' to the 'gnustep' layout, they just work well in there

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24607 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-16 16:33:26 +00:00
parent 959eb53a8d
commit 1c0cfbb7b3
2 changed files with 3 additions and 3 deletions

View file

@ -25,8 +25,8 @@ Here is a list of the filesystem layout with comments --
* GNUstep: default GNUstep filesystem layout; it installs everything
into /usr/GNUstep/System, /usr/GNUstep/Local. It's a very friendly
layout, similar to the ones found on NeXTstep, OpenStep and Apple Mac
OS X. It's the only layout that can support fat binaries. It may not
blend very well with the native environment because everything is
OS X. It's a layout that can work nicely with fat binaries, but may
not blend very well with the native environment because everything is
installed in special, GNUstep-only, directories, so you may need to
source a special script (GNUstep.sh) before being able to use the
layout. Recommended for the advanced GNUstep users and the

View file

@ -4,7 +4,7 @@
# This is the standard GNUstep filesystem layout. It's a layout very
# similar to the ones found on NeXTstep, OpenStep and Apple Mac OS X.
#
# This is also the only layout that supports fat binaries: binaries
# This is also a layout well suited to use fat binaries: binaries
# for multiple cpu/os/*step libraries in the same installation. The
# 'fat binary' support is called 'non-flattened' in GNUstep parlance,
# and is disabled by default. You can activate it by with ./configure