All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] arm/gn: don't build with clang
@ 2021-10-06 15:38 Ross Burton
  2021-10-06 15:38 ` [PATCH 2/4] arm/gn: remove nativesdk Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ross Burton @ 2021-10-06 15:38 UTC (permalink / raw)
  To: meta-arm

It appears that GN doesn't like to be built with Clang, so disable that
for now.

Change-Id: I01d1d2bf0d646d0841c5f291f07de80837a9a998
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-devtools/gn/gn_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-arm/recipes-devtools/gn/gn_git.bb b/meta-arm/recipes-devtools/gn/gn_git.bb
index 5962b2d5..d20428b7 100644
--- a/meta-arm/recipes-devtools/gn/gn_git.bb
+++ b/meta-arm/recipes-devtools/gn/gn_git.bb
@@ -13,6 +13,11 @@ B = "${WORKDIR}/build"
 
 # TODO: os map like meson. mingw32 -> mingw
 
+# Currently fails to build with clang, eg:
+# https://errors.yoctoproject.org/Errors/Details/610602/
+# https://errors.yoctoproject.org/Errors/Details/610486/
+TOOLCHAIN = "gcc"
+
 do_configure[cleandirs] += "${B}"
 do_configure() {
     python3 ${S}/build/gen.py \
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-06 15:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 15:38 [PATCH 1/4] arm/gn: don't build with clang Ross Burton
2021-10-06 15:38 ` [PATCH 2/4] arm/gn: remove nativesdk Ross Burton
2021-10-06 15:38 ` [PATCH 3/4] arm/gn: map the platform identifiers Ross Burton
2021-10-06 15:38 ` [PATCH 4/4] arm/gn: don't statically link libstdc++ Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.