From: Gustavo Zacarias Date: Fri, 5 Apr 2013 00:47:32 +0000 (+0000) Subject: libev: also fails for blackfin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52763c16bec40fcf007122d355aeab6f3412e24f;p=buildroot.git libev: also fails for blackfin Also fails for blackfin because of a lack of memory fences so disable it. Fixes: http://autobuild.buildroot.net/results/d895f0b0a5f4b6c173c2843a76277e6fe611627b/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libev/Config.in b/package/libev/Config.in index fd74f55824..3d10cd70d8 100644 --- a/package/libev/Config.in +++ b/package/libev/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_LIBEV bool "libev" # needs memory fences - depends on !BR2_avr32 + depends on !(BR2_avr32 || BR2_bfin) help Userspace library for handling asynchronous notifications