Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/2] xtensa: disable package strace for Xtensa
@ 2012-11-26 22:49 Chris Zankel
  0 siblings, 0 replies; only message in thread
From: Chris Zankel @ 2012-11-26 22:49 UTC (permalink / raw)
  To: buildroot

The current version of strace does not support the Xtensa architecture.

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

diff --git a/package/strace/Config.in b/package/strace/Config.in
index bbb582a..4b20377 100644
--- a/package/strace/Config.in
+++ b/package/strace/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_STRACE
 	bool "strace"
+	depends on !BR2_xtensa
 	help
 	  A useful diagnostic, instructional, and debugging tool.
 	  Allows you to track what system calls a program makes
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-26 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 22:49 [Buildroot] [PATCH 2/2] xtensa: disable package strace for Xtensa Chris Zankel

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