diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index c7ccaafde6..9e6c0daf28 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml @@ -513,16 +513,15 @@ - The default value of TCMODE is "default" - (i.e. tcmode-default.inc). + The default value of TCMODE is "default", + which tells the OpenEmbedded build system to use its internally + built toolchain (i.e. tcmode-default.inc). However, other patterns are accepted. - In particular, "external-*" refers to external toolchains of - which there are some basic examples included in the - OpenEmbedded Core (meta). - You can use your own custom toolchain definition in your own - layer (or as defined in the local.conf - file) at the location - conf/distro/include/tcmode-*.inc. + In particular, "external-*" refers to external toolchains. + One example is the Sourcery G++ Toolchain. + The support for this toolchain resides in the separate + meta-sourcery layer at + . @@ -532,21 +531,6 @@ the toolchain such as libgcc, libstdcc++, any locales, and libc. - An example is the - external-sourcery-toolchain.bb, which is - located in meta/recipes-core/meta/ within - the Source Directory. - - - - For information on installing and using cross-development - toolchains, see the - "Installing the ADT and Toolchains" - section in the Yocto Project Application Developer's Guide. - For general information on cross-development toolchains, see - the - "Cross-Development Toolchain Generation" - section.