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 <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-04-05 00:47:32 +00:00 committed by Peter Korsgaard
parent 316aaf9757
commit 52763c16be
1 changed files with 1 additions and 1 deletions

View File

@ -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