diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-16 07:31:14 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-16 07:31:14 +0000 |
commit | e782d50f3c520a0f509fc3da16d91d6a6e82ca61 (patch) | |
tree | c7334fdbe5ecf7419b085cd275b97d0921f07e07 /README | |
parent | 4751a8400187d0a3a4b1350ecd88e2fa33893ee2 (diff) | |
download | busybox-w32-e782d50f3c520a0f509fc3da16d91d6a6e82ca61.tar.gz busybox-w32-e782d50f3c520a0f509fc3da16d91d6a6e82ca61.tar.bz2 busybox-w32-e782d50f3c520a0f509fc3da16d91d6a6e82ca61.zip |
Update required kernel version and note that libc5 is no longer
supported (it is unmaintained and lacks support for simple things
such as stdint.h) and uClibc is a better choice these days anyways.
git-svn-id: svn://busybox.net/trunk/busybox@7075 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -41,13 +41,14 @@ Supported architectures: | |||
41 | 41 | ||
42 | Supported libcs: | 42 | Supported libcs: |
43 | 43 | ||
44 | glibc-2.0.x, glibc-2.1.x, glibc-2.2.x, Linux-libc5, uClibc. People | 44 | glibc-2.0.x, glibc-2.1.x, glibc-2.2.x, glibc-2.3.x, uClibc. People |
45 | are looking at newlib and diet-libc, but consider them unsupported, | 45 | are looking at newlib and diet-libc, but consider them unsupported, |
46 | untested, or worse. | 46 | untested, or worse. Linux-libc5 is no longer supported -- you |
47 | should probably use uClibc instead if you want a small C library. | ||
47 | 48 | ||
48 | Supported kernels: | 49 | Supported kernels: |
49 | 50 | ||
50 | Full functionality requires Linux 2.0.x or better. A large fraction of the | 51 | Full functionality requires Linux 2.2.x or better. A large fraction of the |
51 | code should run on just about anything. While the current code is fairly | 52 | code should run on just about anything. While the current code is fairly |
52 | Linux specific, it should be fairly easy to port the majority of the code | 53 | Linux specific, it should be fairly easy to port the majority of the code |
53 | to, say, FreeBSD or Solaris, or MacOsX, or even Windows (if you are into that | 54 | to, say, FreeBSD or Solaris, or MacOsX, or even Windows (if you are into that |