9b6c5e9c98
icu depends on __sync_sub_and_fetch and other atomic primitives that don't exist in the ARC toolchain yet. [Peter: adjust beecrypt/php comment dependency, don't mention atomic builtins] Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
config BR2_PACKAGE_ICU
|
|
bool "icu"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_arc # atomic builtins
|
|
help
|
|
International Components for Unicode.
|
|
|
|
http://site.icu-project.org/
|
|
|
|
comment "icu needs a toolchain w/ C++, wchar, threads"
|
|
depends on !BR2_arc
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS
|