diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-09 02:54:53 (GMT) |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-09 02:54:53 (GMT) |
commit | fb2076c757259c38d624e62efbed5f5132c1e3c4 (patch) | |
tree | 1fb99cfdecd061f0592ff4ff6bd0001fc9130148 | |
parent | d5d8f156dda5cd128307aa0e8b8c9ae4a73be1d0 (diff) | |
download | busybox-website-fb2076c757259c38d624e62efbed5f5132c1e3c4.tar.gz busybox-website-fb2076c757259c38d624e62efbed5f5132c1e3c4.tar.bz2 |
FAQ: convert URL to a link
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | FAQ.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1172,7 +1172,9 @@ a number of gcc and glibc extensions (as does the Linux kernel), but these have been picked up by packages like uClibc, TCC, and Intel's C Compiler. As for gcc, we take advantage of newer compiler optimizations to get the smallest possible size, but we also regression test against an older build environment -using the Red Hat 9 image at "http://busybox.net/downloads/qemu". This has a +using the Red Hat 9 image at +<a href="http://busybox.net/downloads/qemu">http://busybox.net/downloads/qemu</a>. +This has a 2.4 kernel, gcc 3.2, make 3.79.1, and glibc 2.3, and is the oldest build/deployment environment we still put any effort into maintaining. (If anyone takes an interest in older kernels you're welcome to submit patches, |