icu: Doesn't work on ARC yet

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>
This commit is contained in:
Mischa Jonker
2013-11-11 17:10:53 +01:00
committed by Peter Korsgaard
parent bed4e27868
commit 9b6c5e9c98
5 changed files with 9 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ config BR2_PACKAGE_CPPCMS
config BR2_PACKAGE_CPPCMS_ICU
bool "enable icu support"
depends on BR2_PACKAGE_CPPCMS
depends on !BR2_arc # icu -> atomic builtins
select BR2_PACKAGE_ICU
help
Using ICU allows advanced localization features into CppCMS,