aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-09-03 01:02:29 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-09-03 01:02:29 +0000
commitdf8f8eb3f0db378b288ede9f3cdf36ad70644766 (patch)
tree9f645f08c8eb16c09b49fc72181895d50786b7f8
parent7fe50dedf74e27b0bdb658a6614e4086383df2f6 (diff)
downloadklibc-df8f8eb3f0db378b288ede9f3cdf36ad70644766.tar.gz
Update sparc/sparc64 status: shared works with a fixed binutilsklibc-0.67
-rw-r--r--klibc/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/klibc/README b/klibc/README
index baa2242e4ccca..cf034e25dfaf6 100644
--- a/klibc/README
+++ b/klibc/README
@@ -34,8 +34,8 @@ b) If you're cross-compiling, change ARCH in the main MCONFIG file to
The following is the last known status of various architectures:
- Known to work: alpha arm i386 s390 s390x
- Works static, not shared: mips(*) sparc(*) sparc64(*) arm-thumb
+ Known to work: alpha arm i386 s390 s390x sparc sparc64
+ Works static, not shared: mips(*) arm-thumb
Need crt0.S updates: ppc
Missing setjmp: ppc64
May or may not work: x86_64
@@ -43,6 +43,8 @@ b) If you're cross-compiling, change ARCH in the main MCONFIG file to
(*) = Linker problem; might work with fixed linker
+ Shared library support for sparc/sparc64 requires binutils 2.13.90.0.4.
+
Note that even the "known to work" ones likely have bugs. Please
report them if you run into them.