aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-08-11 04:00:26 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-08-11 04:00:26 +0000
commit404c996f3d74c1ff0427b43ff9df91e83e0b6d68 (patch)
treef7bdb2ee764469c818fcd3d045505a0ad568a5c0
parent771018892e6464363d010a3139fe2026dd40902f (diff)
downloadklibc-404c996f3d74c1ff0427b43ff9df91e83e0b6d68.tar.gz
Be more specific about CROSS.klibc-0.14
-rw-r--r--klibc/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/klibc/README b/klibc/README
index 8d5c7e51822f6..4032f55bcbfa2 100644
--- a/klibc/README
+++ b/klibc/README
@@ -17,7 +17,8 @@ b) Create a symlink in the include directory called "bitsize" pointing
architecture you're compiling for.
c) Change ARCH and OPTFLAGS in the main Makefile to match your
- architecture.
+ architecture. If you're cross-compiling, set CROSS to your
+ toolchain prefix.
d) Type "make" and pray...