Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/binutils: disable gprofng support for each known unsupported version
@ 2023-06-11 13:16 Romain Naour
  2023-06-11 13:16 ` [Buildroot] [PATCH 2/5] package/{binutils, gdb}: switch to https urls for archives hashes Romain Naour
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Romain Naour @ 2023-06-11 13:16 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

While adding new binutils version, the gprofng support will
no longer only available with one specific version.

Instead disable gprofng explicitely for each binutils
version that are know too old to support it.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/binutils/Config.in.host | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 5dd2af2f9c..6e93b65c3e 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -39,7 +39,9 @@ config BR2_BINUTILS_VERSION
 
 config BR2_BINUTILS_GPROFNG
 	bool "gprofng support"
-	depends on BR2_BINUTILS_VERSION_2_39_X
+	depends on !BR2_BINUTILS_VERSION_ARC
+	depends on !BR2_BINUTILS_VERSION_2_37_X
+	depends on !BR2_BINUTILS_VERSION_2_38_X
 	help
 	  This option enables support for gprofng, a new profiler.
 
-- 
2.40.1

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

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

end of thread, other threads:[~2023-07-16 17:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 13:16 [Buildroot] [PATCH 1/5] package/binutils: disable gprofng support for each known unsupported version Romain Naour
2023-06-11 13:16 ` [Buildroot] [PATCH 2/5] package/{binutils, gdb}: switch to https urls for archives hashes Romain Naour
2023-07-16 17:47   ` Peter Korsgaard
2023-06-11 13:16 ` [Buildroot] [PATCH 3/5] package/binutils: add support for version 2.40 Romain Naour
2023-06-11 13:16 ` [Buildroot] [PATCH 4/5] package/binutils: switch to 2.39.x as the default version Romain Naour
2023-06-11 13:16 ` [Buildroot] [PATCH 5/5] package/binutils: drop 2.37.x series Romain Naour
2023-07-01 21:08 ` [Buildroot] [PATCH 1/5] package/binutils: disable gprofng support for each known unsupported version Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox