Re: [poky] [PATCH] variables.rst: update GCCVERSION
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CANNYZj9nspchM_6fb=BDJkLzBTwsT7odZf1N_EtXOwypCS7VwA@mail.gmail.com> |
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 <[email protected]> wrote: > > 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 > > > -=-=-=-=-=-=-=-=-=-=-=- > 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: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- >