diff mbox series

[meta-darwin,2/2] gcc: re-add zstd dependency

Message ID 20230828094421.763574-2-ecordonnier@snap.com
State New
Headers show
Series [meta-darwin,1/2] gcc: rebase patches on top of gcc 11.4 | expand

Commit Message

Etienne Cordonnier Aug. 28, 2023, 9:44 a.m. UTC
From: Etienne Cordonnier <ecordonnier@snap.com>

The zstd cross-compile build for darwin was fixed in f786ea1379a64fbbd,
thus there is no need to remove this dependency any more.

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
---
 recipes-devtools/gcc/gcc-cross-canadian_%.bbappend | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend b/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
index 43ae2b5..192ee0d 100644
--- a/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
+++ b/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
@@ -12,8 +12,3 @@  EXTRA_OECONF:remove:darwinsdk = "--enable-clocale=generic"
 
 # Remove -rpath-link and -rpath
 LDFLAGS:darwinsdk = "${BUILDSDK_LDFLAGS}"
-
-# zstd uses uname to determine the compiler's target and makes the assumption that the host OS is the target,
-# so it does not support Darwin as a cross-compiler target.
-# zstd is not really needed as a dependency of gcc, and zstd would need to be fixed to compile for Darwin
-DEPENDS:remove = "nativesdk-zstd"