aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-01-26 20:58:23 +0000
committerMark Whitley <markw@lineo.com>2001-01-26 20:58:23 +0000
commit3654ca56fae6e3bdcb7369bc21d2b41d460ef732 (patch)
tree898c6dec571b0910fad69f2a3513b70dd59d26ba /README
parent4e33875759b3c13118ecf349bfe302e0d8374b78 (diff)
downloadbusybox-3654ca56fae6e3bdcb7369bc21d2b41d460ef732.tar.gz
Applied patch from Larry Doolittle to list supported arches, libcs and kernels
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 5ffa6c1b6..ccd550560 100644
--- a/README
+++ b/README
@@ -30,6 +30,24 @@ forest into `pwd`/_install unless you have defined the PREFIX environment
variable (i.e., make PREFIX="/tmp/foo" install)
----------------
+
+Supported architectures:
+
+ Busybox in general will build on any architecture supported by gcc. It has
+ a few specialized features added for __sparc__ and __alpha__. insmod
+ functionality is currently limited to x86, ARM, and SH3/4.
+
+Supported libcs:
+
+ glibc-2.0.x, glibc-2.1.x, Linux-libc5, uClibc. People are looking at
+ newlib and diet-libc, but consider them unsupported, untested, or worse.
+
+Supported kernels:
+
+ Full functionality requires Linux 2.0.x, 2.2.x, or 2.4.x. A large fraction
+ of the code should run on just about anything.
+
+----------------
Getting help: