diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-06 22:02:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-06 22:02:49 +0000 |
commit | 8a9b2c6448e32f16e4b65dbd4927d9108c007acc (patch) | |
tree | 0e2a24e31db0458a3ff78218c0d6c16e68838756 | |
parent | aa21e0f91332afe909723b841b838ebe562df71e (diff) | |
download | busybox-w32-8a9b2c6448e32f16e4b65dbd4927d9108c007acc.tar.gz busybox-w32-8a9b2c6448e32f16e4b65dbd4927d9108c007acc.tar.bz2 busybox-w32-8a9b2c6448e32f16e4b65dbd4927d9108c007acc.zip |
Note that insmod now also supports powerpc and mips. Thanks Larry.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Supported architectures: | |||
36 | 36 | ||
37 | Busybox in general will build on any architecture supported by gcc. It has | 37 | Busybox in general will build on any architecture supported by gcc. It has |
38 | a few specialized features added for __sparc__ and __alpha__. insmod | 38 | a few specialized features added for __sparc__ and __alpha__. insmod |
39 | functionality is currently limited to x86, ARM, and SH3/4. | 39 | functionality is currently limited to x86, ARM, SH3/4, powerpc, and MIPS. |
40 | 40 | ||
41 | Supported libcs: | 41 | Supported libcs: |
42 | 42 | ||