buildrootschalter/package/libev/Config.in
Gustavo Zacarias 52763c16be 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>
2013-04-11 16:01:18 +02:00

9 lines
212 B
Plaintext

config BR2_PACKAGE_LIBEV
bool "libev"
# needs memory fences
depends on !(BR2_avr32 || BR2_bfin)
help
Userspace library for handling asynchronous notifications
http://software.schmorp.de/pkg/libev.html