From 768152340898cbb9faed6e8865a4e35c69833230 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 6 Feb 2013 14:03:23 -0600 Subject: adt-manual: Added cross-reference link for Cross-dev toolchain. I placed a link on the term "Cross-Development Toolchain" in the section of the same name. This is to help the user see the recipes related to the toolchain. The link resolves back into the "Terms" section of the dev-manual. (From yocto-docs rev: c77ec0212bcf3b1c5f8079ccf08129ecbefea0aa) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-intro.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index b8c9f7979e..475f320cb9 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml @@ -48,17 +48,20 @@ -
- The Cross-Toolchain +
+ The Cross-Development Toolchain - The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger - that are used to develop user-space applications for targeted hardware. - This toolchain is created either by running the ADT Installer script, a toolchain installer - script, or through a - Build Directory that - is based on your metadata - configuration or extension for your targeted device. + The + Cross-Development Toolchain + consists of a cross-compiler, cross-linker, and cross-debugger + that are used to develop user-space applications for targeted + hardware. + This toolchain is created either by running the ADT Installer + script, a toolchain installer script, or through a + Build Directory + that is based on your metadata configuration or extension for + your targeted device. The cross-toolchain works with a matching target sysroot.
-- cgit v1.2.3-54-g00ecf