diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-21 22:02:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-21 22:02:27 +0000 |
commit | bee89ae71c663416ad6b930e941318f28ac33063 (patch) | |
tree | 25c056e5824c6b59698a2ff8ab68b0d4ef532236 /docs | |
parent | 88fdadeb7c808910a0da719e8a4009e17671302e (diff) |
point to buildroot webpage
Diffstat (limited to 'docs')
-rw-r--r-- | docs/uclibc.org/FAQ.html | 10 | ||||
-rw-r--r-- | docs/uclibc.org/header.html | 1 | ||||
-rw-r--r-- | docs/uclibc.org/toolchains.html | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index 0f400a43b..03dfe4f5b 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -229,14 +229,14 @@ How could it be smaller and not suck?</a></h2> <a href="http://gcc.gnu.org/">the gcc compiler</a>, and uClibc, all built to produce binaries for your target system linked with uClibc. You can build your own native uClibc toolchain using the - <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">uClibc buildroot system</a>. + <a href="http://buildroot.uclibc.org/">uClibc buildroot system</a>. <p> To build your own uClibc toolchain, follow the following simple steps: <ul> - <li> Point your web browser <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">here</a>, - <li> Click on "Download tarball" + <li> Point your web browser <a href="http://buildroot.uclibc.org/">here</a>, + <li> Download of copy of buildroot <li> Unpack the tarball on your Linux system somewhere <li> Edit the Makefile as needed if you wish to change anything. <li> run 'unset CC'. Then run 'unset CXX'. Some Linux systems @@ -265,7 +265,7 @@ How could it be smaller and not suck?</a></h2> We used to provide a toolchain wrapper, but that has been removed due to numerous problems. The uClibc developers have gone to a lot of trouble to produce the - <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">uClibc buildroot system</a>, + <a href="http://buildroot.uclibc.org/">uClibc buildroot system</a>, which makes it easy to build your own uClibc toolchain and/or an initial uClibc based system. @@ -332,7 +332,7 @@ How could it be smaller and not suck?</a></h2> <p> Each of these uClibc development systems was created using - <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">buildroot</a>, specifically, + <a href="http://buildroot.uclibc.org/">buildroot</a>, specifically, <a href="http://www.uclibc.org/downloads/buildroot.tar.bz2">buildroot.tar.bz2</a> along with <a href="http://www.uclibc.org/downloads/buildroot-sources">these sources</a>. diff --git a/docs/uclibc.org/header.html b/docs/uclibc.org/header.html index 6a7f18500..48b602383 100644 --- a/docs/uclibc.org/header.html +++ b/docs/uclibc.org/header.html @@ -57,6 +57,7 @@ <br><a href="http://cxx.uclibc.org/">uClibc++</a> <br><a href="http://busybox.net/">BusyBox</a> <br><a href="http://udhcp.busybox.net/">udhcp</a> + <br><a href="http://buildroot.uclibc.org/">buildroot</a> <br><a href="http://www.scratchbox.org/">Scratchbox</a> <br><a href="http://openembedded.org/">OpenEmbedded</a> <br><a href="http://www.ucdot.org/">uCdot</a> diff --git a/docs/uclibc.org/toolchains.html b/docs/uclibc.org/toolchains.html index b66d05f2b..b483ac473 100644 --- a/docs/uclibc.org/toolchains.html +++ b/docs/uclibc.org/toolchains.html @@ -7,14 +7,14 @@ of <a href="http://sources.redhat.com/binutils/">GNU binutils</a>, <a href="http://gcc.gnu.org/">the gcc compiler</a>, and uClibc, all built to produce binaries for your target system linked with uClibc. You can build your own native uClibc toolchain using the -<a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">uClibc buildroot system</a>. +<a href="http://buildroot.uclibc.org/">uClibc buildroot system</a>. <p> To build your own uClibc toolchain, follow the following simple steps: <ul> - <li> Point your web browser <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">here</a>, - <li> Click on "Download tarball" + <li> Point your web browser <a href="http://buildroot.uclibc.org/">here</a>, + <li> Download of copy of buildroot <li> Unpack the tarball on your Linux system somewhere <li> Edit the Makefile as needed if you wish to change anything. <li> run 'unset CC'. Then run 'unset CXX'. Some Linux systems @@ -61,7 +61,7 @@ strace, busybox, GNU coreutils, GNU tar, GNU grep, etc. <p> Each of these uClibc development systems was created using -<a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">buildroot</a>, specifically, +<a href="http://buildroot.uclibc.org/">buildroot</a>, specifically, <a href="http://www.uclibc.org/downloads/buildroot.tar.bz2">buildroot.tar.bz2</a> along with <a href="http://www.uclibc.org/downloads/buildroot-sources">these sources</a>. |