aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-01-05 17:07:00 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2016-01-05 17:07:00 -0800
commitf7fc5bed64d20699fbcc15751f1ac2caf8028847 (patch)
tree9e95637cfdc5f13f767df609d4aadc6661781d62
parent9b625887a59c03c244b43550b576529f209dde11 (diff)
downloadklibc-f7fc5bed64d20699fbcc15751f1ac2caf8028847.tar.gz
[klibc] Update README.klibc
In README.klibc: - Clarify the new kernel header creation process - Change mips64 to Working Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--usr/klibc/README.klibc7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index c72ae476bb672..63a149be89831 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -10,9 +10,12 @@ this:
a) Extract a recent Linux kernel into a directory and run
"make headers_install".
Now enter the klibc dir and point KLIBCKERNELSRC to the
- path of the configured linux tree
+ usr subdirectory of the configured linux tree
"make KLIBCKERNELSRC=`pwd`/../linux/usr/".
+ It is also possible to install the kernel headers elsewhere and
+ point to them there.
+
b) If you're cross-compiling, you need to set KLIBCARCH to the
appropriate architecture, and set CROSS_COMPILE to your toolchain
@@ -45,7 +48,7 @@ b) If you're cross-compiling, you need to set KLIBCARCH to the
m32r: Untested
m68k: Working
mips: Working
- mips64: Not yet ported
+ mips64: Working
parisc: Untested
parisc64: Not yet ported
ppc: Working