search for: ea10c55f

Displaying 2 results from an estimated 2 matches for "ea10c55f".

2019 Feb 01
0
[klibc:master] Simplify build instructions
...ng:' + @echo ' make headers_install INSTALL_HDR_PATH=$(abspath $(KLIBCKERNELSRC))' + @echo 'in the kernel source directory.' @false rpmbuild = $(shell which rpmbuild 2>/dev/null || which rpm) diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc index 59ffd351..ea10c55f 100644 --- a/usr/klibc/README.klibc +++ b/usr/klibc/README.klibc @@ -9,17 +9,13 @@ work in progress, and a lot of things are still missing. Building ======== -The build procedure is not very polished yet, but it should work like -this: +The build procedure is not very polished yet, but for a na...
2019 Feb 01
0
[klibc:master] README.klibc: Document most of the build options
...he configuration variables in defconfig Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/klibc/README.klibc | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc index ea10c55f..032d3959 100644 --- a/usr/klibc/README.klibc +++ b/usr/klibc/README.klibc @@ -22,7 +22,7 @@ Cross-compiling If you're cross-compiling, you need to set KLIBCARCH to the appropriate architecture, and set CROSS_COMPILE to your toolchain -prefix. +prefix, on the "make" command line...