package/gcc: remove gcc 9.x

gcc 12.1 is around, gcc 11.3 is the default version, so drop
9.5 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
2022-05-29 15:18:11 +02:00
committed by Thomas Petazzoni
parent 650bc56a55
commit d159163e40
8 changed files with 7 additions and 739 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2022.08"
config BR2_GCC_VERSION_9_X
bool "gcc 9.x support removed"
select BR2_LEGACY
help
Support for gcc version 9.x has been removed. The current
default version (11.x or later) has been selected instead.
config BR2_PACKAGE_PHP_EXT_WDDX
bool "php wddx removed"
select BR2_LEGACY