package/gcc: remove gcc 10.x

gcc 13.2 is around, gcc 12.3 is the default version, so drop
10.4 in order to reduce the gcc choice.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Romain Naour
2023-07-28 00:25:44 +02:00
committed by Thomas Petazzoni
parent 01849e8ddb
commit d37a8f3a2e
8 changed files with 7 additions and 780 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2023.08"
config BR2_GCC_VERSION_10_X
bool "gcc 10.x support removed"
select BR2_LEGACY
help
Support for gcc version 10.x has been removed. The current
default version (12.x or later) has been selected instead.
config BR2_KERNEL_HEADERS_6_3
bool "kernel headers version 6.3.x are no longer supported"
select BR2_LEGACY