All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/binutils: disable 2.32 on unuspported FLAT platforms
@ 2022-04-09  2:07 James Hilliard
  2022-04-13 20:51 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: James Hilliard @ 2022-04-09  2:07 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Romain Naour, Giulio Benetti

These architectures are unsupported in config.bfd:
https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=bfd/config.bfd;h=0e1ddb659c3ab7160aab0a7c173b85052f870e65;hb=a9d9a104dde6a749f40ce5c4576a0042a7d52d1f

Fixes:
 - http://autobuild.buildroot.net/results/332/33277d4687ca9a04dbfb02c50e5755ff9e55b0b4
 - http://autobuild.buildroot.net/results/5e3/5e34d11393e14fc36fd6e72b69679bc4fd1e3798
 - http://autobuild.buildroot.net/results/63d/63d01d33ae30f86b63b9f42a9fea116f2f3e9005
 - http://autobuild.buildroot.net/results/45b/45bc90fd2dde7bb201d7f999db1a8024cf889a06
 - http://autobuild.buildroot.net/results/d1b/d1b1dfe449f82944bd48215da3cdffd05797e2e9
 - http://autobuild.buildroot.net/results/a3e/a3eb1ff6bf6357242ec7993db63e57d4afeccc7b
 - http://autobuild.buildroot.net/results/f4d/f4d52cabee61ee0f234b03c1ec1bd02e85e7bb20

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/binutils/Config.in.host | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index ea1f020989..e1c59bfbd0 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -15,6 +15,13 @@ choice
 config BR2_BINUTILS_VERSION_2_32_X
 	bool "binutils 2.32"
 	depends on !BR2_csky
+	depends on !(BR2_aarch64 && BR2_BINFMT_FLAT)
+	depends on !(BR2_aarch64_be && BR2_BINFMT_FLAT)
+	depends on !(BR2_sh2a && BR2_BINFMT_FLAT)
+	depends on !(BR2_sh4 && BR2_BINFMT_FLAT)
+	depends on !(BR2_sh4a && BR2_BINFMT_FLAT)
+	depends on !(BR2_sh4aeb && BR2_BINFMT_FLAT)
+	depends on !(BR2_sh4eb && BR2_BINFMT_FLAT)
 
 config BR2_BINUTILS_VERSION_2_35_X
 	bool "binutils 2.35.2"
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-04-19 19:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-09  2:07 [Buildroot] [PATCH 1/1] package/binutils: disable 2.32 on unuspported FLAT platforms James Hilliard
2022-04-13 20:51 ` Thomas Petazzoni via buildroot
2022-04-17  6:50   ` James Hilliard
2022-04-19 19:42     ` Thomas Petazzoni via buildroot

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.