Displaying 2 results from an estimated 2 matches for "dfb0895c".
2020 Mar 28
0
[klibc:master] README.klibc: Document the KBUILD_REPRODUCIBLE variable
...r 2020 22:33:28 +0000
[klibc] README.klibc: Document the KBUILD_REPRODUCIBLE variable
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/klibc/README.klibc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 2b97f294..dfb0895c 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...
2020 Apr 30
0
[klibc:master] arch: Remove cris port
...Number 512-byte blocks allocated. */
- unsigned long __pad4; /* future possible st_blocks high bits */
-
- struct timespec st_atim;
- struct timespec st_mtim;
- struct timespec st_ctim;
-
- unsigned long long st_ino;
-};
-
-#endif
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index dfb0895c..47183bb3 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -109,7 +109,6 @@ The following is the last known status of various architectures:
arm: Working
arm64: Working
avr32: Not yet ported
- cris: Working
h8300: Not yet ported
i386: Working
ia64...