diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-08 20:27:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-08 20:27:08 +0000 |
commit | 0c068b285c7df34beadc66aa9fc937c103b033ef (patch) | |
tree | 02acacf776ac37ae9480c64b57655414cdfb0032 /docs/uclibc.org/FAQ.html | |
parent | c19bb129a9bf66013f65d729c6c5913c225f09dd (diff) |
Mention subversion and provide access info. Remove mention of cvs.
-Erik
Diffstat (limited to 'docs/uclibc.org/FAQ.html')
-rw-r--r-- | docs/uclibc.org/FAQ.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index 6826e2f54..0f400a43b 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -229,13 +229,13 @@ 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/cvsweb/buildroot/">uClibc buildroot system</a>. + <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">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/cvsweb/buildroot/">here</a>, + <li> Point your web browser <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">here</a>, <li> Click on "Download tarball" <li> Unpack the tarball on your Linux system somewhere <li> Edit the Makefile as needed if you wish to change anything. @@ -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/cvsweb/buildroot/">uClibc buildroot system</a>, + <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">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/cvsweb/buildroot/">buildroot</a>, specifically, + <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">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>. |