]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
documentation: update buildroot internal toolchain usage
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 2 Feb 2011 13:05:57 +0000 (10:05 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 2 Feb 2011 21:46:57 +0000 (22:46 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/buildroot.html

index 36297e09924743f4df6578f1164a6d9dac5615af..b755922c5930b4ac5041c03891828ccf72c4640e 100644 (file)
@@ -618,8 +618,8 @@ $(ZLIB_DIR)/libz.a: $(ZLIB_DIR)/.configured
     use the toolchain that was generated by Buildroot.</p>
 
     <p>The toolchain generated by Buildroot is located by default in
-    <code>output/staging/</code>. The simplest way to use it is to add
-    <code>output/staging/usr/bin/</code> to your PATH environment variable and
+    <code>output/host/</code>. The simplest way to use it is to add
+    <code>output/host/usr/bin/</code> to your PATH environment variable and
     then to use <code>ARCH-linux-gcc</code>, <code>ARCH-linux-objdump</code>,
     <code>ARCH-linux-ld</code>, etc.</p>
 
@@ -628,8 +628,8 @@ $(ZLIB_DIR)/libz.a: $(ZLIB_DIR)/.configured
     is called to tell where the libraries and header files are.</p>
 
     <p>It is also possible to generate the Buildroot toolchain in a
-    directory other than <code>output/staging</code> by using the <code>
-    Build options -&gt; Toolchain and header file location</code> options.
+    directory other than <code>output/host</code> by using the <code>
+    Build options -&gt; Host dir</code> option.
     This could be useful if the toolchain must be shared with other users.</p>
 
     <h2 id="ccache-support">Using <code>ccache</code> in Buildroot</h2>