Message ID | 20240815052749.3696159-1-kai.kang@windriver.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | variables.rst: update GCCVERSION | expand |
I think this is better reworded to avoid mentioning a specific version completely. E.g. 'by default it is set to the gcc version provided by oe-core layer'. Alex On Thu, 15 Aug 2024 at 07:28, Kai Kang via lists.yoctoproject.org <kai.kang=windriver.com@lists.yoctoproject.org> wrote: > > From: Kai Kang <kai.kang@windriver.com> > > Update GCCVERSION to current version '14.x' in variables.rst. > > Signed-off-by: Kai Kang <kai.kang@windriver.com> > --- > 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 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13424): https://lists.yoctoproject.org/g/poky/message/13424 > Mute This Topic: https://lists.yoctoproject.org/mt/107909170/1686489 > Group Owner: poky+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Thu, 2024-08-15 at 11:49 +0200, Alexander Kanavin via lists.yoctoproject.org wrote: > I think this is better reworded to avoid mentioning a specific > version > completely. > > E.g. 'by default it is set to the gcc version provided by oe-core > layer'. Agreed, I was thinking the same thing. he jump from 8 to 14 shows how long this was gone un-updated for. Cheers, Richard
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``.