From 3c77e18c8165c95aa57e709de1c0c80cbeb538ab Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 19 Aug 2016 12:50:30 -0700 Subject: sdk-manual: "Linkified" the CC variable in section 3.3.4 (From yocto-docs rev: d020cfc08e5d0679d7d5d3fd4269be877413e863) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ much to ensure that these Makefiles build correctly. It is very common, for example, to explicitly call gcc instead of using the - CC variable. + CC + variable. Usually, in a cross-compilation environment, gcc is the compiler for the build host and the cross-compiler is named something similar to -- cgit 1.2.3-korg