summaryrefslogtreecommitdiff
path: root/docs/uclibc.org/old-news.html
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-17 14:39:48 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-17 14:39:48 +0000
commitccb22cddd50f90c0204b2865778697ef93cc58a2 (patch)
tree5eca3b6d1f83ad1fc692144036e7be3c340a42a6 /docs/uclibc.org/old-news.html
parent8e60d18f5bfa24ba36f28443fef21caccfcebc02 (diff)
Fixup bui
Diffstat (limited to 'docs/uclibc.org/old-news.html')
-rw-r--r--docs/uclibc.org/old-news.html25
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/uclibc.org/old-news.html b/docs/uclibc.org/old-news.html
index f346db035..04fc42545 100644
--- a/docs/uclibc.org/old-news.html
+++ b/docs/uclibc.org/old-news.html
@@ -115,8 +115,8 @@
<p>
This toolchain should make it easy for anyone to build uClibc based
- applications. <a href="http://www.uclibc.org/downloads/toolchain/">
- Source code can be downloaded here</a>.
+ applications.
+ <a href="/cgi-bin/cvsweb/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
@@ -192,8 +192,8 @@
<p>
This toolchain should make it easy for anyone to build uClibc based
- applications. <a href="http://www.uclibc.org/downloads/toolchain/">
- Source code can be downloaded here</a>.
+ applications.
+ <a href="/cgi-bin/cvsweb/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
@@ -260,7 +260,8 @@
<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>.
+ applications.
+ <a href="/cgi-bin/cvsweb/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
@@ -295,8 +296,9 @@
CodePoet Consulting has released source code and a Makefile to build a
gcc-3.1 toolchain that natively targets uClibc. Additionally, the
gcc-3.0.4 and gcc-2.95 toolchains have also been updated. These toolchains
- make it easy to build uClibc based applications. Source code can be
- downloaded <a href="downloads/toolchain/">here</a> and is now much smaller,
+ make it easy to build uClibc based applications.
+ <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>.
+ and is now much smaller,
since much of the needed binutils and gcc source code is now downloaded on
demand. To build the toolchain, simply grab the source, edit the Makefile
to select where you would like the toolchain installed, and then run 'make'
@@ -331,9 +333,8 @@
libstdc++ library. A gcc-2.95.x toolchain will also be released
shortly, but is not yet ready. At this time, only source code and
a Makefile for the native uClibc toolchain is being released (i.e.
- no binaries, sorry). Source code can be downloaded
- <a href="downloads/toolchain/">here</a>,
- but be aware that the source code is 27 MB.
+ no binaries, sorry).
+ <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>.
<p>
To build the toolchain, simply grab the source, edit the Makefile
to select where you would like the toolchain installed. Then
@@ -460,8 +461,8 @@
Those wanting an easy way to test out uClibc and give it
a test drive can download and compile
- <a href="http://www.uclibc.org/downloads/buildroot.tar.gz">buildroot.tar.gz</a>. This
- is a nifty buildsystem that will automagically download and build
+ <a href="/cgi-bin/cvsweb/buildroot/">buildroot</a>.
+ This is a nifty buildsystem that will automagically download and build
a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
kernel, and will then download source for and compile up a fully
working uClibc based root filesystem. This should make it easy for