Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 3/3] xtensa: disable libffi for Xtensa
@ 2012-11-20 19:01 Chris Zankel
  2012-11-21  8:35 ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Zankel @ 2012-11-20 19:01 UTC (permalink / raw)
  To: buildroot

Xtensa currently doesn't support libffi.

Signed-off-by: Chris Zankel <chris@zankel.net>
---
 package/libffi/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libffi/Config.in b/package/libffi/Config.in
index 7211f8f..4afb669 100644
--- a/package/libffi/Config.in
+++ b/package/libffi/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBFFI
 	bool "libffi"
+	depends on !BR2_xtensa
 	help
 	  The libffi library provides a portable, high level
 	  programming interface to various calling conventions. This
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-21 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20 19:01 [Buildroot] [PATCH 3/3] xtensa: disable libffi for Xtensa Chris Zankel
2012-11-21  8:35 ` Baruch Siach
2012-11-21  9:36   ` Chris Zankel
2012-11-21 10:04     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox