summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-19 12:50:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-25 23:09:28 +0100
commit3c77e18c8165c95aa57e709de1c0c80cbeb538ab (patch)
treecbf3b76e1812d4ac36bde0941fcf4ac4f7bee39f /documentation/sdk-manual
parent9359c104adb002954e1dfcca772f03a09954f37a (diff)
downloadpoky-3c77e18c8165c95aa57e709de1c0c80cbeb538ab.tar.gz
sdk-manual: "Linkified" the CC variable in section 3.3.4
(From yocto-docs rev: d020cfc08e5d0679d7d5d3fd4269be877413e863) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 07566c7923..4210d15333 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -802,7 +802,8 @@
802 much to ensure that these Makefiles build correctly. 802 much to ensure that these Makefiles build correctly.
803 It is very common, for example, to explicitly call 803 It is very common, for example, to explicitly call
804 <filename>gcc</filename> instead of using the 804 <filename>gcc</filename> instead of using the
805 <filename>CC</filename> variable. 805 <ulink url='&YOCTO_DOCS_REF_URL;#var-CC'><filename>CC</filename></ulink>
806 variable.
806 Usually, in a cross-compilation environment, 807 Usually, in a cross-compilation environment,
807 <filename>gcc</filename> is the compiler for the build host 808 <filename>gcc</filename> is the compiler for the build host
808 and the cross-compiler is named something similar to 809 and the cross-compiler is named something similar to