Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/openocd: disable on blackfin
@ 2015-01-05 20:33 Samuel Martin
  2015-01-06  8:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Martin @ 2015-01-05 20:33 UTC (permalink / raw)
  To: buildroot

The "_" symbol prefix added by the blackfin toolchain causes "undefined
symbol" failures during the configuration.

Fixes:
  http://autobuild.buildroot.org/results/e90/e90b4d5ad79d99487f21c9d18581e8eba7034501/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 package/openocd/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/openocd/Config.in b/package/openocd/Config.in
index 7c140c7..9543c03 100644
--- a/package/openocd/Config.in
+++ b/package/openocd/Config.in
@@ -1,5 +1,9 @@
 config BR2_PACKAGE_OPENOCD
 	bool "openocd"
+	# disable openocd on blackfin because it triggers "undefined symbol" error
+	# becasue of the "_" prefix:
+	# http://autobuild.buildroot.org/results/e90/e90b4d5ad79d99487f21c9d18581e8eba7034501/
+	depends on !BR2_bfin
 	help
 	  OpenOCD - Open On-Chip Debugger
 
-- 
2.2.1

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

end of thread, other threads:[~2015-01-07 22:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-05 20:33 [Buildroot] [PATCH] package/openocd: disable on blackfin Samuel Martin
2015-01-06  8:26 ` Thomas Petazzoni
2015-01-07 22:42   ` Yann E. MORIN

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