diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 3b93e2297e..c815d3cfa0 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -1792,12 +1792,14 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ | |||
1792 | The <filename>TCMODE</filename> variable selects the external toolchain | 1792 | The <filename>TCMODE</filename> variable selects the external toolchain |
1793 | built from the Yocto Project or a few supported combinations of | 1793 | built from the Yocto Project or a few supported combinations of |
1794 | the upstream GCC or CodeSourcery Labs toolchain. | 1794 | the upstream GCC or CodeSourcery Labs toolchain. |
1795 | The variable determines which of the files in | 1795 | The variable determines which of the <filename>tcmode-*</filename> files in |
1796 | <filename>meta/conf/distro/include/tcmode-*</filename> is used. | 1796 | the <filename>meta/conf/distro/include</filename> directory, which is found in the |
1797 | <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>Yocto Project Files</ulink>, | ||
1798 | is used. | ||
1797 | </para> | 1799 | </para> |
1798 | <para> | 1800 | <para> |
1799 | By default, <filename>TCMODE</filename> is set to "default", which | 1801 | By default, <filename>TCMODE</filename> is set to "default", which |
1800 | chooses <filename>tcmode-default.inc</filename>. | 1802 | chooses the <filename>tcmode-default.inc</filename> file. |
1801 | The variable is similar to | 1803 | The variable is similar to |
1802 | <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, which controls | 1804 | <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, which controls |
1803 | the variant of the GNU standard C library (<filename>libc</filename>) | 1805 | the variant of the GNU standard C library (<filename>libc</filename>) |