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. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 43829a6607..736dde2d57 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -24,7 +24,7 @@ F G H - I + I K L @@ -2334,42 +2334,6 @@ I - ICECC_CC - - - The path to the GNU C compiler gcc. - This variable is used by the - icecc - class. - You do not set this variable by hand. - - - - When the location for the GNU C compiler is not a - symbolic link, the class sets the variable to the location - of the compiler. - - - - - ICECC_CXX - - - The path to the GNU C++ compiler g++. - This variable is used by the - icecc - class. - You do not set this variable by hand. - - - - When the location for the GNU C++ compiler is not a - symbolic link, the class sets the variable to the location - of the compiler. - - - - ICECC_ENV_EXEC @@ -2468,19 +2432,6 @@ - ICECC_VERSION - - - The version of the cross-compiler used in the - cross-development toolchain. - This variable is used by the - icecc - class. - You do not set this variable by hand. - - - - IMAGE_BASENAME