summaryrefslogtreecommitdiff
path: root/docs/uclibc.org/index.html
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-09-16 19:24:29 +0000
committerEric Andersen <andersen@codepoet.org>2002-09-16 19:24:29 +0000
commit495793a103312dc5eb700e8ce129d266f2ab45a7 (patch)
treef65af4e00b87b14907c5f6343c7ecec4d383bbf6 /docs/uclibc.org/index.html
parent9651eaecd1d9edfcf521a9051904ff8242854dc5 (diff)
Update index
Diffstat (limited to 'docs/uclibc.org/index.html')
-rw-r--r--docs/uclibc.org/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html
index a9ca33159..f8baf7498 100644
--- a/docs/uclibc.org/index.html
+++ b/docs/uclibc.org/index.html
@@ -106,6 +106,33 @@ before asking questions on the mailing list...
<ul>
<p>
+ <li> <b>16 September 2002, gcc-3.2 and gcc-2.95 toolchains released</b>
+ <br>
+
+ CodePoet Consulting (i.e. Erik) has released updated gcc-3.2 and gcc-2.95
+ uClibc toolchains. These toolchains build real gcc cross compilers (i.e.
+ not just a wrapper) and create executables linked vs uClibc. The new
+ gcc-3.2 provides uClibc support with the latest and greatest compiler
+ available from the gcc team. The gcc-2.95 toolchain has been updated to
+ the latest version of uClibc and now provides full C++ support, using the
+ STLport standard C++ library.
+ <p>
+
+ This toolchain should make it easy for anyone to build uClibc based
+ applications. <a href="http://www.kernel.org/pub/linux/libs/uclibc/toolchain/">
+ Source code can be downloaded here</a>.
+ Be aware that much of the needed source code will actually be downloaded on
+ when you compile the toolchains. To build a 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.2 toolchain (w/C++ support)
+ on his Athlon XP 1600 (not counting the time it takes to download
+ source code). Your results may vary...
+ <p>
+
+
+ <p>
<li> <b>27 August 2002, uClibc 0.9.15 Released</b>
<br>