Update buildroot to 2020.11.3 (#1294)

Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
Stefan Agner
2021-04-01 15:04:55 +02:00
committed by GitHub
parent 0ba64629e8
commit 0e26d68844
108 changed files with 1635 additions and 279 deletions

View File

@@ -32,7 +32,7 @@ config BR2_BINUTILS_VERSION_2_34_X
depends on !BR2_BINFMT_FLAT
config BR2_BINUTILS_VERSION_2_35_X
bool "binutils 2.35.1"
bool "binutils 2.35.2"
depends on !BR2_csky
# https://github.com/uclinux-dev/elf2flt/pull/16
# https://github.com/uclinux-dev/elf2flt/issues/12
@@ -55,7 +55,7 @@ config BR2_BINUTILS_VERSION
default "2.32" if BR2_BINUTILS_VERSION_2_32_X
default "2.33.1" if BR2_BINUTILS_VERSION_2_33_X
default "2.34" if BR2_BINUTILS_VERSION_2_34_X
default "2.35.1" if BR2_BINUTILS_VERSION_2_35_X
default "2.35.2" if BR2_BINUTILS_VERSION_2_35_X
config BR2_BINUTILS_ENABLE_LTO
bool