aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-07 12:51:30 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-07 12:51:30 +0000
commit573fee21dd53b61a2f9fa8e7ca35fccbd1c86811 (patch)
tree11c1b9b0d3b63f20f2257c125cb78da4d68f78ee
parent0a2c8ed515f5bf32be554a37623963954dec80dc (diff)
downloadopenembedded-573fee21dd53b61a2f9fa8e7ca35fccbd1c86811.tar.gz
usermanual.xml: sample export command was broken in docu.
Applying fix from bug 2209. Thanks for spotting it.
-rw-r--r--usermanual/usermanual.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml
index 06ccf59573..174abeeeb5 100644
--- a/usermanual/usermanual.xml
+++ b/usermanual/usermanual.xml
@@ -680,14 +680,14 @@ DISTRO_TYPE = "release"
<command>TARGET_OS</command> to linux-uclibc.</para>
<screen>
-export CC = "${CCACHE}arm-linux-gcc-3.4.4 ${HOST_CC_ARCH}"
-export CXX = "${CCACHE}arm-linux-g++ ${HOST_CC_ARCH}"
-export CPP = "arm-linux-gcc-3.4.4 -E"
-export LD = "arm-linux-ld"
-export AR = "arm-linux-ar"
-export AS = "arm-linux-as"
-export RANLIB = "arm-linux-ranlib"
-export STRIP = "arm-linux-strip"
+export CC="${CCACHE}arm-linux-gcc-3.4.4 ${HOST_CC_ARCH}"
+export CXX="${CCACHE}arm-linux-g++ ${HOST_CC_ARCH}"
+export CPP="arm-linux-gcc-3.4.4 -E"
+export LD="arm-linux-ld"
+export AR="arm-linux-ar"
+export AS="arm-linux-as"
+export RANLIB="arm-linux-ranlib"
+export STRIP="arm-linux-strip"
</screen>
<para>The above variables replace the ones from