From c08c06dad3b06f0f7893cb4868701ef4d677d165 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 7 Jan 2008 13:59:59 +0000 Subject: 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. --- usermanual/chapters/common_use_cases.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'usermanual/chapters/common_use_cases.xml') 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" TARGET_OS to linux-uclibc. -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" The above variables replace the ones from @@ -385,4 +385,4 @@ ASSUME_SHLIBS = "libqtopia2.so.2:qtopia2_2.4 libc.so.6:libc" This section is a stub, help us by expanding it - \ No newline at end of file + -- cgit 1.2.3-korg