aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2020-03-28 22:31:19 +0000
committerBen Hutchings <ben@decadent.org.uk>2020-03-28 22:33:28 +0000
commit5def595a55493832f23c7d18a50937e93c61c80e (patch)
treea8286858bf98553a1f0cccf22faa755d8e2976a9
parentb4f1a2bfe64cd0d8dc58c0b7173745f3c1af0bb3 (diff)
downloadklibc-5def595a55493832f23c7d18a50937e93c61c80e.tar.gz
[klibc] README.klibc: Document the KBUILD_REPRODUCIBLE variable
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--usr/klibc/README.klibc7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 2b97f2947d238..dfb0895cc85dd 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -92,6 +92,13 @@ don't need the kernel source as well. You can either:
2. Set the KLIBCKERNELSRC variable on the "make" command line to
point to the *parent* of the UAPI headers directory.
+Reproducible builds
+-------------------
+
+Static libraries usually contain file timestamps, which are not
+reproducible. Set KBUILD_REPRODUCIBLE=1 on the "make" command line to
+disable this.
+
Architecture support
====================