diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-03-28 13:54:38 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-03-28 13:54:38 +0000 |
| commit | 5c983fc7c56b723af4b8abe84862ec6dbad72292 (patch) | |
| tree | cb51175b62c8e8d0357c3e0fa7fadd9a61f3ce7c | |
| parent | 3cb3c7599fcc55eded52984734b4df800b374d02 (diff) | |
| download | rockbox-5c983fc7c56b723af4b8abe84862ec6dbad72292.zip rockbox-5c983fc7c56b723af4b8abe84862ec6dbad72292.tar.gz rockbox-5c983fc7c56b723af4b8abe84862ec6dbad72292.tar.bz2 rockbox-5c983fc7c56b723af4b8abe84862ec6dbad72292.tar.xz | |
Minor changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@53 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/cross-gcc.t | 2 | ||||
| -rw-r--r-- | www/main.t | 4 | ||||
| -rw-r--r-- | www/tools.t | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/www/cross-gcc.t b/www/cross-gcc.t index 8e6b72a..d78afbd 100644 --- a/www/cross-gcc.t +++ b/www/cross-gcc.t @@ -38,7 +38,7 @@ The GCC configuration script finds the newlib and libgloss files if they are in /home/linus/gcc-3.0.3> ln -s ../newlib-1.10.0/newlib . /home/linus/gcc-3.0.3> ln -s ../newlib-1.10.0/libgloss . </pre> -<h2>Make up your mind</h2> +<h2>Choose location</h2> <p> Now is the time to decide where you want the tools to be installed. This is the directory where all binaries, libraries, man pages and stuff end up when @@ -10,7 +10,7 @@ <a href="http://bjorn.haxx.se/rockbox/mail.cgi">mail list archive</a> · <a href="irc/">irc logs</a> · <a href="tools.html">tools</a> · -<a href="internals/">archos internals</a> · +<a href="internals/">photos</a> · <a href="http://sourceforge.net/projects/rockbox/">sourceforge project</a> · <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/">browse cvs</a> </small> @@ -38,7 +38,7 @@ Try them on your own risk. If you are not 100% sure of what you are doing, keep <a href="docs/FAQ">faq</a>, <a href="irc/">irc logs</a>, <a href="tools.html">tools</a> and -<a href="internals/">archos internals</a>. +<a href="internals/">photos</a>. <p><i>2002-03-25</i>: New section for <a href="mods/">hardware modifications</a>. diff --git a/www/tools.t b/www/tools.t index f37f2b2..e8d5f33 100644 --- a/www/tools.t +++ b/www/tools.t @@ -40,4 +40,7 @@ <a href="http://www.sh-linux.org/rpm/RPMS/i386/RedHat7.1/"> pre-cooked RH7.1 RPMs</a> available from sh-linux.org +<p>Felix Arends has written a page about +<a href="sh-win/">setting up an SH-1 compiler for Windows</a>. + #include "foot.t" |