aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-02-22 19:49:12 -0800
committerH. Peter Anvin <hpa@zytor.com>2006-02-22 19:49:12 -0800
commitd19295c972e7064dbd3b146a7653c4622e19e61b (patch)
tree0343091d55dba7c70b2a51b4244687257e2272a7
parentf286f25aa6291ec2d9c9eafb18d720efb0f52c04 (diff)
downloadklibc-d19295c972e7064dbd3b146a7653c4622e19e61b.tar.gz
Update statusklibc-1.2.4
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--klibc/README16
1 files changed, 7 insertions, 9 deletions
diff --git a/klibc/README b/klibc/README
index a3aaa7b0aecb8..7160cd1f86d0c 100644
--- a/klibc/README
+++ b/klibc/README
@@ -36,35 +36,33 @@ b) If you're cross-compiling, change ARCH in the main MCONFIG file to
alpha: Working
arm-thumb: Untested
- arm26: Not yet ported
arm: Working
+ arm26: Not yet ported
cris: Working
h8300: Not yet ported
i386: Working
ia64: Working
m32r: Untested
m68k: Not yet ported
- mips64: Not yet ported
mips: Working
+ mips64: Not yet ported
parisc: Working
- ppc64: Working
+ parisc64: Not yet ported
ppc: Working
+ ppc64: Working
s390: Working static, shared untested
s390x: Working
sh: Untested
- sparc64: Untested
+ sh64: Not yet ported
sparc: Working
+ sparc64: Untested
v850: Not yet ported
x86-64: Working
+ xtensa: Not yet ported
Shared library support requires recent binutils on many
architectures.
- "Need sysstub.ph" means the architectural changes first implemented
- in klibc-0.117 has not yet been implemented; klibc-0.116 did,
- however, work. "Not yet ported" means no porting work has been
- done on this architecture.
-
Note that even the "working" ones likely have bugs. Please report
them if you run into them.