From 64293699f66b1fdaf1fa4fc9eb6ee5878f629280 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 19 Apr 2016 12:00:51 -0700 Subject: sdk-manual: Applied review edits throughout the manual. Updates included minor items for wordings and clarity. Review comments from David Kinder, Stephen Ballard, and Paul Eggleton. (From yocto-docs rev: b25e5cab60f9c1e059fadd844a3a75d9df450ebf) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-using.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/sdk-manual/sdk-using.xml') diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index 1ea47d3bb0..a549284e99 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml @@ -14,7 +14,7 @@ The tasks you can perform using a standard SDK are also applicable when you are using an extensible SDK. For information on the differences when using an extensible SDK as - compared to an extensible SDK, see the + compared to a standard SDK, see the "Using the Extensible SDK" chapter. @@ -46,7 +46,7 @@ The first thing you need to do is install the SDK on your host - development machine by running the .sh + development machine by running the *.sh installation script. @@ -382,8 +382,8 @@ To illustrate this, consider the following four cross-toolchain environment variables: - CC=i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/1.8/sysroots/i586-poky-linux - LD=i586-poky-linux-ld --sysroot=/opt/poky/1.8/sysroots/i586-poky-linux + CC=i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/&DISTRO;/sysroots/i586-poky-linux + LD=i586-poky-linux-ld --sysroot=/opt/poky/&DISTRO;/sysroots/i586-poky-linux CFLAGS=-O2 -pipe -g -feliminate-unused-debug-types CXXFLAGS=-O2 -pipe -g -feliminate-unused-debug-types -- cgit v1.2.3-54-g00ecf