aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-08-15 06:48:46 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-08-15 06:48:46 +0000
commit189e42ffa56430f6b2728a3b8ccf41a11383e36e (patch)
tree2b406925dd14629902818c79fdf17c4c88ede038
parentbb7ed697de40e0f6b16974dd8ffdbe8886695929 (diff)
downloadklibc-189e42ffa56430f6b2728a3b8ccf41a11383e36e.tar.gz
More accurate instructions...klibc-0.38
-rw-r--r--klibc/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/klibc/README b/klibc/README
index 7b157e208034e..2bce070456aa4 100644
--- a/klibc/README
+++ b/klibc/README
@@ -19,11 +19,11 @@ b) If you're cross-compiling, change ARCH in the main MCONFIG file to
the appropriate architecture, and set CROSS to your toolchain
prefix.
- IMPORTANT: if you're on a 64-bit machine with a 32-bit default
- userland (such as most sparc or mips machines), you need to either
- set ARCH to the 32-bit architecture (to build the 32-bit version)
- or set CROSS to point to the 64-bit compiler (to build the 64-bit
- version.)
+ IMPORTANT: if you're on a 64-bit machine with a 32-bit userland
+ (such as most sparc or mips machines), and you want to build the
+ 32-bit version (usually, but not always smaller); you need to set
+ ARCH to the 32-bit architecture as well as set up the
+ linux/include/asm symlink to point to the 32-bit architecture.
If you are on ARM, and want to build a thumb version of the library
(this is supported), change OPTFLAGS in arch/arm/MCONFIG to build