mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -71,15 +71,11 @@ source "package/gdb/Config.in.host"
|
||||
|
||||
comment "Toolchain Generic Options"
|
||||
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=19615
|
||||
# Affect toolchains built with binutils 2.26 (fixed in binutils 2.26.1).
|
||||
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19615
|
||||
bool
|
||||
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=20006
|
||||
# Affect toolchains built with binutils 2.26 (fixed in binutils 2.26.1).
|
||||
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_20006
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=27597
|
||||
# Affect toolchains built with binutils 2.36.1, still not fixed.
|
||||
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
|
||||
bool
|
||||
default y if BR2_nios2
|
||||
|
||||
# Atomic types can be:
|
||||
# - never lock-free
|
||||
@@ -113,6 +109,16 @@ config BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
|
||||
depends on !BR2_or1k
|
||||
depends on !BR2_xtensa
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43744. This bug no
|
||||
# reappeared on gcc 9.x and is still not fixed on gcc 11.x
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_43744
|
||||
bool
|
||||
default y if BR2_sh4
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_8 || \
|
||||
BR2_TOOLCHAIN_GCC_AT_LEAST_9 || \
|
||||
BR2_TOOLCHAIN_GCC_AT_LEAST_10 || \
|
||||
BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63261. This bug no
|
||||
# longer exists in gcc 8.x.
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_63261
|
||||
@@ -137,6 +143,15 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_68485
|
||||
bool
|
||||
default y if BR2_microblaze
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83143
|
||||
# Error: invalid operands (*UND* and .text sections) for `-' on sh4.
|
||||
# This bug no longer exists in gcc 10.x but reappeared on gcc 11.x and
|
||||
# it still not been fixed yet.
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_83143
|
||||
bool
|
||||
default y if BR2_sh
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_10 || BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180. This bug no
|
||||
# longer exists in gcc 8.x.
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_85180
|
||||
@@ -154,10 +169,12 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_85862
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90620
|
||||
# ICE: in do_output_reload, at reload1.c:7978 on microblaze.
|
||||
# It's still not fixed in gcc 9.x
|
||||
# This bug no longer exists in gcc 10.x but reappeared in gcc 11.x
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_90620
|
||||
bool
|
||||
default y if BR2_microblaze
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_10 \
|
||||
|| BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93847
|
||||
# ICE: compiler error: Segmentation fault on Nios II. This bug
|
||||
@@ -166,6 +183,63 @@ 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 but reappeared on gcc 9.x and still exists
|
||||
# on gcc 12.x
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_99410
|
||||
bool
|
||||
default y if !BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
||||
default y if BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
||||
depends on BR2_nios2
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737
|
||||
# ICE: SH4 -Os causes internal compiler error. This bug
|
||||
# still exists in gcc = 11.1.0
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_101737
|
||||
bool
|
||||
default y if BR2_sh
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101915
|
||||
# ICE: in extract_insn, at recog.c:2294 on microblaze.
|
||||
# This bug still exists in gcc = 11.1.0
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_101915
|
||||
bool
|
||||
default y if BR2_microblaze
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101916
|
||||
# ICE: on SH4: Segmentation fault signal terminated program cc1.
|
||||
# This bug still exists in gcc = 11.1.0
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_101916
|
||||
bool
|
||||
default y if BR2_sh4
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101952
|
||||
# ICE: on SH4: unaligned opcodes detected in executable segment.
|
||||
# This bug still exists in gcc = 11.1.0
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_101952
|
||||
bool
|
||||
default y if BR2_sh4
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028
|
||||
# ICE: on M68K: Error: value -16034 out of range
|
||||
# This bug still exists in gcc = 11.1.0
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_104028
|
||||
bool
|
||||
default y if BR2_m68k
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107728
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=29621
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_107728
|
||||
bool
|
||||
default y if BR2_microblazebe || BR2_microblazeel \
|
||||
|| BR2_mips || BR2_mipsel \
|
||||
|| BR2_nios2 \
|
||||
|| BR2_or1k \
|
||||
|| BR2_sh
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on BR2_OPTIMIZE_0
|
||||
|
||||
config BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
bool
|
||||
|
||||
@@ -488,6 +562,34 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_8
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_9
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_8
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_9
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_13
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_13
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
||||
select BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
|
||||
# This should be selected by the latest version, above, to indicate that
|
||||
@@ -501,6 +603,13 @@ config BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
# stops affecting a value on the first matching default.
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
||||
string
|
||||
default "5.16" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
||||
default "5.15" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
||||
default "5.14" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
|
||||
default "5.13" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_13
|
||||
default "5.12" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
|
||||
default "5.11" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
|
||||
default "5.10" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
||||
default "5.9" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_9
|
||||
default "5.8" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_8
|
||||
default "5.7" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_7
|
||||
@@ -605,10 +714,15 @@ config BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
||||
bool
|
||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
||||
|
||||
config BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
||||
bool
|
||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
||||
|
||||
# This order guarantees that the highest version is set, as kconfig
|
||||
# stops affecting a value on the first matching default.
|
||||
config BR2_TOOLCHAIN_GCC_AT_LEAST
|
||||
string
|
||||
default "11" if BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
||||
default "10" if BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
||||
default "9" if BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
||||
default "8" if BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
||||
@@ -697,6 +811,7 @@ config BR2_TOOLCHAIN_HAS_SYNC_8
|
||||
config BR2_TOOLCHAIN_HAS_LIBATOMIC
|
||||
bool
|
||||
default y if BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 && \
|
||||
!BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64 && \
|
||||
BR2_TOOLCHAIN_HAS_THREADS && \
|
||||
!BR2_BINFMT_FLAT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user