aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2004-01-28 08:12:02 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-01-28 08:12:02 +0000
commit50425c8f4fd0630aa9652bd07a428321140716d5 (patch)
treeecd228f8906e1b62d0efe1e0f8a33a4c6549d7f9
parent47b7d2f79fb456f7198b377b5c0d1ae6aab5521f (diff)
downloadklibc-50425c8f4fd0630aa9652bd07a428321140716d5.tar.gz
Doc updatesklibc-0.101
-rw-r--r--README10
-rw-r--r--klibc/README13
2 files changed, 16 insertions, 7 deletions
diff --git a/README b/README
index 577de2b704117..43813648745bb 100644
--- a/README
+++ b/README
@@ -1,8 +1,10 @@
-Please see klibc/README for how to set up the tree before building.
+Please see klibc/README for build instructions.
+
+
klibc is archived at:
- ftp://ftp.zytor.com/pub/linux/libs/klibc/
+ ftp://ftp.kernel.org/pub/linux/libs/klibc/
There is a mailing list for klibc and early-userspace issues at:
@@ -12,5 +14,7 @@ There is also a cvsweb repository at:
http://www.zytor.com/cvsweb.cgi/klibc/
-There is no direct public CVS access yet, however.
+There is no direct public CVS access yet, however, the CVS repository
+is available for rsync from:
+ rsync://rsync.kernel.org/pub/linux/libs/klibc/cvsroot/
diff --git a/klibc/README b/klibc/README
index ce0ad7ba6a5c1..6109ebd20133c 100644
--- a/klibc/README
+++ b/klibc/README
@@ -34,16 +34,17 @@ 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 ia64 i386 s390 s390x sparc
+ Known to work: alpha arm ia64 i386 ppc s390 s390x sparc
sparc64 x86_64*
Works static, not shared: mips* arm-thumb sh*
- Might work: ppc ppc64
+ Might work: ppc64
Need porting work: cris m68k mips64 parisc
x86_64: requires a kernel header patch (to be created)
mips, sh: linker problem; might work with fixed linker
- Shared library support for sparc/sparc64 requires binutils 2.13.90.0.4.
+ Shared library support requires binutils 2.13.90.0.4 or later on
+ many architectures.
Note that even the "known to work" ones likely have bugs. Please
report them if you run into them.
@@ -52,6 +53,10 @@ c) Type "make" and pray...
d) Try the test programs in the tests/ directory. They should run...
-Contact me at <hpa@zytor.com> for more info.
+Contact the klibc mailing list:
+
+ http://www.zytor.com/mailman/listinfo/klibc
+
+... for more info.
-hpa