From cc340cdfbb97e428a7e8a285ea939f5543bf1ce2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Aug 2011 06:41:32 -0700 Subject: documentation/adt-manual/adt-command.xml: fixed double dash display. In the PDF version of the manual the "‐‐" docbook command does not display. I changed this to "--". (From yocto-docs rev: b5f42fad0c7447a480e0557988f868ef4833abbf) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-command.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'documentation/adt-manual/adt-command.xml') diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 40107647c1..e647a374a8 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml @@ -37,7 +37,8 @@ environment-setup-armv5te-poky-linux-gnueabi. Thus, the following command works: - $ configure ‐‐host-armv5te-poky-linux-gnueabi ‐‐with-libtool-sysroot=<sysroot-dir> + $ configure --host=armv5te-poky-linux-gnueabi \ + --with-libtool-sysroot=<sysroot-dir> @@ -55,8 +56,8 @@ CC=arm-poky-linux-gnueabi-gcc LD=arm-poky-linux-gnueabi-ld - CFLAGS=”${CFLAGS} ‐‐sysroot=<sysroot-dir>” - CXXFLAGS=”${CXXFLAGS} ‐‐sysroot=<sysroot-dir>” + CFLAGS=”${CFLAGS} --sysroot=<sysroot-dir>” + CXXFLAGS=”${CXXFLAGS} --sysroot=<sysroot-dir>” -- cgit v1.2.3-54-g00ecf