summaryrefslogtreecommitdiff
path: root/docs/buildroot.html
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-09-27 22:19:37 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-27 22:19:37 +0200
commit677ae6f6a5554d9ce1162bb472c489df41ca2c8e (patch)
tree4500f3d62f96c29338cdc4faefd3cd427f081596 /docs/buildroot.html
parentedfb1264efa075c1cf59e7a0f9ca626e799af54d (diff)
docs/buildroot.html: minor tweaks
- We have gconfig as well nowadays - Variables like BUILDROOT_DL_DIR can also be set permanently in the environment, and not just passed to make every time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r--docs/buildroot.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 6d4f17c75..edb75b134 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -260,7 +260,7 @@ or
<p>If you intend to do an offline build and just want to download
all sources that you previously selected in the configurator
- (<i>menuconfig</i> or <i>xconfig</i>), then issue:</p>
+ (<i>menuconfig</i>, <i>xconfig</i> or <i>gconfig</i>), then issue:</p>
<pre>
$ make source
</pre>
@@ -291,7 +291,7 @@ or
Environment variables</h3>
<p>Buildroot also honors some environment variables when they are passed
- to <code>make</code>:</p>
+ to <code>make</code> or set in the environment:</p>
<ul>
<li><code>HOSTCXX</code>, the host C++ compiler to use</li>
<li><code>HOSTCC</code>, the host C compiler to use</li>