Displaying 2 results from an estimated 2 matches for "47183bb3".
2020 Aug 29
0
[klibc:master] README.klibc: List alpha and ia64 as "working"
...d ia64 as "working"
alpha and ia64 now pass all the tests I usually run.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/klibc/README.klibc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 47183bb3..1882e092 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -104,14 +104,14 @@ Architecture support
The following is the last known status of various architectures:
- alpha: Mostly working
+ alpha: Working
arm-thumb: Working
arm: Working
arm64: Working...
2020 Apr 30
0
[klibc:master] arch: Remove cris port
...2-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: Mostly...