public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Hsia-Jun Li" <randy.li@synaptics.com>
To: openembedded-core@lists.openembedded.org
Cc: "Hsia-Jun(Randy) Li" <randy.li@synaptics.com>
Subject: [PATCH 2/2] gcc: disable zstd by default
Date: Mon, 30 Aug 2021 18:46:44 +0800	[thread overview]
Message-ID: <20210830104644.422663-3-randy.li@synaptics.com> (raw)
In-Reply-To: <20210830104644.422663-1-randy.li@synaptics.com>

From: "Hsia-Jun(Randy) Li" <randy.li@synaptics.com>

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 <randy.li@synaptics.com>
---
 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 \
-- 
2.7.4


  parent reply	other threads:[~2021-08-30 10:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-30 10:46 [PATCH 0/2] [WIP]: fix build failure caused by zstd Hsia-Jun Li
2021-08-30 10:46 ` [PATCH 1/2] curl: fix the dependency to zstd Hsia-Jun Li
2021-08-30 10:46 ` Hsia-Jun Li [this message]
2021-08-30 16:02   ` [OE-core] [PATCH 2/2] gcc: disable zstd by default Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210830104644.422663-3-randy.li@synaptics.com \
    --to=randy.li@synaptics.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox