summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-11 10:14:26 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-11 10:14:26 +0000
commita0093346f3b7a919faa196f1de0a0b9f84eac40d (patch)
treefcf15b10472a6e1ac7d5871604300eeb2431c6f1 /docs
parentf581d50d22ba874c01f507ce3422d585b172e5c4 (diff)
Note updated toolchains are available
-Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/uclibc.org/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html
index f8c8b2944..d23e787bb 100644
--- a/docs/uclibc.org/index.html
+++ b/docs/uclibc.org/index.html
@@ -104,6 +104,29 @@ before asking questions on the mailing list...
<TR><TD BGCOLOR="#eeeee0">
<ul>
+
+ <li> <b>11 July 2002, Native uClibc toolchains updated</b>
+ <br>
+ CodePoet Consulting (i.e. Erik) has released updated native
+ uClibc/gcc-3.1 and uClibc/gcc-2.95 toolchains. These toolchains
+ build real gcc cross compilers (i.e. not just a wrapper) and create
+ executables linked vs uClibc. These toolchains have been tested
+ and found working on x86, arm, and mmu-less arm. They should work
+ (at least in theory!) for all architectures supported by uClibc.
+ <p>
+
+ These toolchains should make it easy to anyone to build uClibc based
+ applications. <a href="downloads/toolchain/">Source code can be downloaded here</a>.
+ Be aware that much of the needed source code will actually be downloaded on
+ demand when you compile things. To build the toolchain, simply
+ grab the source, edit the Makefile to select where you would like
+ the toolchain installed, run 'make', and then go watch TV, eat
+ dinner, or visit with your friends while it compiles. It takes
+ about 15 minutes for Erik to compile the gcc-3.1 toolchain (w/C++ support)
+ on his Athlon XP 1600 (not counting the time it takes to download
+ source code). Your results may vary...
+ <p>
+
<li> <b>20 June 2002, uClibc 0.9.12 Released</b>
<br>