Update Buildroot to 2021.02 (#1274)
This commit is contained in:
@@ -166,6 +166,13 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_93847
|
||||
bool
|
||||
default y if BR2_nios2 && !BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410
|
||||
# Error: branch offset out of range on Nios II. This bug
|
||||
# no longer exists in gcc >= 8.x.
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_99140
|
||||
bool
|
||||
default y if BR2_nios2 && !BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
||||
|
||||
config BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user