From 122657979e866bfe6cac3fdb8dbe357083fb175c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Dec 2013 16:15:46 -0600 Subject: ref-manual: Edits to icecc class and removal of three variables. Fixed the links in the icecc class that linked into ICECC_CC, ICECC_CXX, and ICECC_VERSION so they don't link anymore but rather give a very brief explanation of what the variable does. Removed the above three variables from the variable glossary. These are not BitBake variables and we should not document them. (From yocto-docs rev: 67842df1a4a01f7bdd924027c66faf8f30c426ce) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index a219a930b9..bd4f8629da 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -914,17 +914,17 @@ native and cross compilers. Depending on each configure or compile, the OpenEmbedded build system adds the directories at the head of the PATH list - and then sets - ICECC_CXX - and - ICEC_CC. + and then sets the ICECC_CXX and + ICEC_CC variables, which are the paths to the + g++ and gcc compilers, + respectively. For the cross compiler, the class creates a tar.gz file that contains the Yocto Project toolchain and sets - ICECC_VERSION - accordingly. + ICECC_VERSION, which is the version of the + cross-compiler used in the cross-development toolchain, accordingly. -- cgit v1.2.3-54-g00ecf