diff mbox

[2/2] libev: also fails for blackfin

Message ID 1365158852-3979-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 52763c16bec40fcf007122d355aeab6f3412e24f
Headers show

Commit Message

Gustavo Zacarias April 5, 2013, 10:47 a.m. UTC
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>
---
 package/libev/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/package/libev/Config.in b/package/libev/Config.in
index fd74f55..3d10cd7 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