On Mon, Aug 30, 2021 at 3:47 AM Hsia-Jun Li <[email protected]> wrote: > > From: "Hsia-Jun(Randy) Li" <[email protected]> > > I think this script is a little trick, unless you disable > it, it would consider it enabled anyway. > > Signed-off-by: Hsia-Jun(Randy) Li <[email protected]> > --- > meta/recipes-devtools/gcc/gcc-11.2.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc > b/meta/recipes-devtools/gcc/gcc-11.2.inc > index 9fd30f5..77dd94e 100644 > --- a/meta/recipes-devtools/gcc/gcc-11.2.inc > +++ b/meta/recipes-devtools/gcc/gcc-11.2.inc > @@ -90,6 +90,7 @@ EXTRA_OECONF_BASE = "\ > --enable-lto \ > --disable-bootstrap \ > --with-system-zlib \ > + --with-zstd=no \ > ${@'--with-linker-hash-style=${LINKER_HASH_STYLE}' if > '${LINKER_HASH_STYLE}' else ''} \ > --enable-linker-build-id \ > --with-ppl=no \ > @@ -105,6 +106,7 @@ EXTRA_OECONF_INITIAL = "\ > --disable-libquadmath \ > --with-system-zlib \ > --disable-lto \ > + --with-zstd=no \ > --disable-plugin \ > --enable-linker-build-id \ > --enable-decimal-float=no \ > --
why do we want to disable it ? In anycase perhaps make it a packageconfig for consistency and I would think we should enable it by default. > 2.7.4 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#155492): https://lists.openembedded.org/g/openembedded-core/message/155492 Mute This Topic: https://lists.openembedded.org/mt/85247840/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
