diff mbox series

[next,1/7] arch/Config.in: introduce BR2_ARCH_NEEDS_GCC_AT_LEAST_15

Message ID 20240810215624.482529-2-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series Update some external toolchains | expand

Commit Message

Thomas Petazzoni Aug. 10, 2024, 9:56 p.m. UTC
Since we're going to introduce external toolchains that are based on
GCC 14.x, we will need them to "depends on
!BR2_ARCH_NEEDS_GCC_AT_LEAST_15", so let's introduce this symbol
first.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 arch/Config.in | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/Config.in b/arch/Config.in
index f39c33ef7f..2e7ac080ef 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -312,6 +312,10 @@  config BR2_ARCH_NEEDS_GCC_AT_LEAST_14
 	bool
 	select BR2_ARCH_NEEDS_GCC_AT_LEAST_13
 
+config BR2_ARCH_NEEDS_GCC_AT_LEAST_15
+	bool
+	select BR2_ARCH_NEEDS_GCC_AT_LEAST_14
+
 # The following string values are defined by the individual
 # Config.in.$ARCH files
 config BR2_ARCH