aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-26 20:58:23 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-26 20:58:23 +0000
commitf287575b18820127bbec7fc5c1635760249e6118 (patch)
tree898c6dec571b0910fad69f2a3513b70dd59d26ba
parent4c0ea37891f12a8f8797f588af4c925e6ab97e07 (diff)
downloadbusybox-w32-f287575b18820127bbec7fc5c1635760249e6118.tar.gz
busybox-w32-f287575b18820127bbec7fc5c1635760249e6118.tar.bz2
busybox-w32-f287575b18820127bbec7fc5c1635760249e6118.zip
Applied patch from Larry Doolittle to list supported arches, libcs and kernels
git-svn-id: svn://busybox.net/trunk/busybox@1689 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
30variable (i.e., make PREFIX="/tmp/foo" install) 30variable (i.e., make PREFIX="/tmp/foo" install)
31 31
32---------------- 32----------------
33
34Supported architectures:
35
36 Busybox in general will build on any architecture supported by gcc. It has
37 a few specialized features added for __sparc__ and __alpha__. insmod
38 functionality is currently limited to x86, ARM, and SH3/4.
39
40Supported libcs:
41
42 glibc-2.0.x, glibc-2.1.x, Linux-libc5, uClibc. People are looking at
43 newlib and diet-libc, but consider them unsupported, untested, or worse.
44
45Supported kernels:
46
47 Full functionality requires Linux 2.0.x, 2.2.x, or 2.4.x. A large fraction
48 of the code should run on just about anything.
49
50----------------
33 51
34Getting help: 52Getting help:
35 53