[PATCH] variables.rst: update GCCVERSION
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
From: Kai Kang <[email protected]> Update GCCVERSION to current version '14.x' in variables.rst. Signed-off-by: Kai Kang <[email protected]> --- documentation/ref-manual/variables.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 848cea787f..e0df9d05f6 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -3142,10 +3142,10 @@ system and gives an overview of their function and contents. :term:`GCCVERSION` Specifies the default version of the GNU C Compiler (GCC) used for - compilation. By default, :term:`GCCVERSION` is set to "8.x" in the + compilation. By default, :term:`GCCVERSION` is set to "14.x" in the ``meta/conf/distro/include/tcmode-default.inc`` include file:: - GCCVERSION ?= "8.%" + GCCVERSION ?= "14.%" You can override this value by setting it in a configuration file such as the ``local.conf``. -- 2.34.1