summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-29 08:45:55 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:18:38 +0100
commit9e19c9d100573821cec413e1c5d7f652d0d93ba2 (patch)
treed1e18acec505d36f767a480e4b9198aca1852e1e /documentation/ref-manual/technical-details.xml
parente2e33658930122ef414d5aa5f925a013dde1faf4 (diff)
downloadpoky-9e19c9d100573821cec413e1c5d7f652d0d93ba2.tar.gz
ref-manual: Minor edits to "Cross-Development Toolchain Generation".
(From yocto-docs rev: d118a32f2ba0086724fcd69f9c2015352416b4ef) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 2fc547136c..8c17514cb1 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -187,10 +187,10 @@
187 The Yocto Project does most of the work for you when it comes to 187 The Yocto Project does most of the work for you when it comes to
188 creating 188 creating
189 <ulink url='&YOCTO_DOCS_DEV_URL;#cross-development-toolchain'>cross-development toolchains</ulink>. 189 <ulink url='&YOCTO_DOCS_DEV_URL;#cross-development-toolchain'>cross-development toolchains</ulink>.
190 This section provides some technical background information on how 190 This section provides some technical background on how
191 cross-development toolchains are created and used. 191 cross-development toolchains are created and used.
192 For more information on toolchains, you can also see the 192 For more information on toolchains, you can also see the
193 <ulink url='&YOCTO_DOCS_ADT_URL;'>the Yocto Project Application Developer's Guide</ulink>. 193 <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>.
194 </para> 194 </para>
195 195
196 <para> 196 <para>
@@ -356,8 +356,8 @@
356 since they can be targeted at different processor optimizations 356 since they can be targeted at different processor optimizations
357 using configurations passed to the compiler through the 357 using configurations passed to the compiler through the
358 compile commands. 358 compile commands.
359 This saves the need to have multiple compilers present and 359 This circumvents the need for multiple compilers and thus
360 hence reduces the size of the toolchains. 360 reduces the size of the toolchains.
361 </para></listitem> 361 </para></listitem>
362 </itemizedlist> 362 </itemizedlist>
363 </para> 363 </para>