diff options
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -30,6 +30,24 @@ forest into `pwd`/_install unless you have defined the PREFIX environment | |||
30 | variable (i.e., make PREFIX="/tmp/foo" install) | 30 | variable (i.e., make PREFIX="/tmp/foo" install) |
31 | 31 | ||
32 | ---------------- | 32 | ---------------- |
33 | |||
34 | Supported 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 | |||
40 | Supported 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 | |||
45 | Supported 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 | ||
34 | Getting help: | 52 | Getting help: |
35 | 53 | ||