summaryrefslogtreecommitdiff
path: root/www/cross-gcc.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/cross-gcc.t')
-rw-r--r--www/cross-gcc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cross-gcc.t b/www/cross-gcc.t
index fd2bcbd4fb..1eb026ed4e 100644
--- a/www/cross-gcc.t
+++ b/www/cross-gcc.t
@@ -19,7 +19,7 @@ You will need the following archives:
19<p> 19<p>
20<pre> 20<pre>
21 /home/linus> tar zxf binutils-2.11.tar.gz 21 /home/linus> tar zxf binutils-2.11.tar.gz
22 /home/linus> tar zxf gcc-3.0.3.tar.gz 22 /home/linus> tar zxf gcc-3.0.4.tar.gz
23 /home/linus> tar zxf gdb-5.1.1.tar.gz 23 /home/linus> tar zxf gdb-5.1.1.tar.gz
24</pre> 24</pre>
25 25
@@ -61,7 +61,7 @@ binutils in the PATH.
61<pre> 61<pre>
62 /home/linus> export PATH=/home/linus/sh1/bin:$PATH 62 /home/linus> export PATH=/home/linus/sh1/bin:$PATH
63 /home/linus> cd build/gcc 63 /home/linus> cd build/gcc
64 /home/linus/gcc> ../../gcc-3.0.3/configure --target=sh-elf --prefix=/home/linus/sh1 --enable-languages=c 64 /home/linus/gcc> ../../gcc-3.0.4/configure --target=sh-elf --prefix=/home/linus/sh1 --enable-languages=c
65 /home/linus/build/gcc> make 65 /home/linus/build/gcc> make
66 /home/linus/build/gcc> make install 66 /home/linus/build/gcc> make install
67</pre> 67</pre>