mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/binutils: remove version 2.31.1
Now that binutils 2.34 has been introduced, and we have moved to 2.33.1 as the default version, it is time to drop support for binutils 2.31.1. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f8eea31056
commit
25129ad3c2
@@ -40,8 +40,6 @@ config BR2_GCC_VERSION_8_X
|
||||
config BR2_GCC_VERSION_9_X
|
||||
bool "gcc 9.x"
|
||||
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_10
|
||||
# or1k needs binutils >= 2.32
|
||||
depends on !(BR2_or1k && BR2_BINUTILS_VERSION_2_31_X)
|
||||
# powerpc spe support has been deprecated since gcc 8.x.
|
||||
# https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
|
||||
depends on !BR2_powerpc_SPE
|
||||
@@ -53,8 +51,6 @@ config BR2_GCC_VERSION_9_X
|
||||
|
||||
config BR2_GCC_VERSION_10_X
|
||||
bool "gcc 10.x"
|
||||
# or1k needs binutils >= 2.32
|
||||
depends on !(BR2_or1k && BR2_BINUTILS_VERSION_2_31_X)
|
||||
# powerpc spe support has been deprecated since gcc 8.x.
|
||||
# https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
|
||||
depends on !BR2_powerpc_SPE
|
||||
|
||||
Reference in New Issue
Block a user