Update of /cvsroot/gc-linux/htdocs/xml/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6587
Modified Files:
building_a_kernel.xml
Log Message:
Fixed the directory name used in several places, to match the currently suggested toolchain.
Added a change directory, maybe useful for people textually typing the provided instructions.
Index: building_a_kernel.xml
===================================================================
RCS file: /cvsroot/gc-linux/htdocs/xml/en/building_a_kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- building_a_kernel.xml 6 Oct 2004 23:27:32 -0000 1.1
+++ building_a_kernel.xml 7 Oct 2004 19:38:45 -0000 1.2
@@ -87,7 +87,8 @@
</verbatim>
<verbatim>
- $ cp doltool ../powerpc-linux-uclibc/bin/
+ $ cp doltool ../ppc-linux-uclibc-toolchain-20040609/bin/
+ $ cd ..
</verbatim>
</sect2>
@@ -100,7 +101,7 @@
1. Add the bin directory of your ppc toolchain tree to your PATH environment variable.</p>
<verbatim>
- $ export PATH=$PATH:/home/isobel/powerpc-linux-uclibc/bin
+ $ export PATH=$PATH:/home/isobel/ppc-linux-uclibc-toolchain-20040609/bin
</verbatim>
<q>NOTE: This will temporarily add the toolchain directory to your path. If
|