mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
toolchain/binutils: add version 2.23
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
f048127f03
commit
ff47e25d3a
@@ -31,6 +31,10 @@ choice
|
||||
config BR2_BINUTILS_VERSION_2_22
|
||||
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
||||
bool "binutils 2.22"
|
||||
|
||||
config BR2_BINUTILS_VERSION_2_23
|
||||
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
||||
bool "binutils 2.23"
|
||||
|
||||
endchoice
|
||||
|
||||
@@ -42,6 +46,7 @@ config BR2_BINUTILS_VERSION
|
||||
default "2.21" if BR2_BINUTILS_VERSION_2_21
|
||||
default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
|
||||
default "2.22" if BR2_BINUTILS_VERSION_2_22
|
||||
default "2.23" if BR2_BINUTILS_VERSION_2_23
|
||||
|
||||
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
|
||||
string "Additional binutils options"
|
||||
|
||||
Reference in New Issue
Block a user