aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-07 13:59:59 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-07 13:59:59 +0000
commitc08c06dad3b06f0f7893cb4868701ef4d677d165 (patch)
tree48fdd01f192c943d5b42d09195a861576112ee26 /usermanual
parent70b6f728e95f40673bba765bc8621df611940360 (diff)
downloadopenembedded-c08c06dad3b06f0f7893cb4868701ef4d677d165.tar.gz
usermanual.xml: sample export command was broken in docu.
Applying fix from bug 2209. Thanks for spotting it. Sorry for the earlier try at fixing that ran into difficulties with the automerger it seems.
Diffstat (limited to 'usermanual')
-rw-r--r--usermanual/chapters/common_use_cases.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/usermanual/chapters/common_use_cases.xml b/usermanual/chapters/common_use_cases.xml
index c504b3bba3..775b089f50 100644
--- a/usermanual/chapters/common_use_cases.xml
+++ b/usermanual/chapters/common_use_cases.xml
@@ -276,14 +276,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
@@ -385,4 +385,4 @@ ASSUME_SHLIBS = "libqtopia2.so.2:qtopia2_2.4 libc.so.6:libc"
<para>This section is a stub, help us by expanding it</para>
</section>
-</chapter> \ No newline at end of file
+</chapter>