|
@@ -439,5 +439,5 @@ comment "mpd needs a toolchain w/ C++, threads, wchar, host-gcc 10, gcc 12, head
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_12 || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_12 || \
|
|
- !BR2_THOST_GCC_AT_LEAST_10 || \
|
|
|
|
|
|
+ !BR2_HOST_GCC_AT_LEAST_10 || \
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_6
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_6
|