|
@@ -33,4 +33,4 @@ comment "cwiid needs a toolchain w/ dynamic lib, threads, wchar, headers >= 3.18
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || \
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS || \
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
|
|
- depends on !BR2_USE_MMU
|
|
|
|
|
|
+ depends on BR2_USE_MMU
|