summaryrefslogtreecommitdiffstats
path: root/package/openocd
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2015-01-02 22:19:27 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-03 21:28:51 +0100
commit0eec7d8fecd3eeb5d43898dadc2bf54dce6758b5 (patch)
tree70464cb79a7d641e83aa2b40a2a5bb9d380898fc /package/openocd
parentdeef3a89c8931dadc12aa16a4abe5262d5b7d85a (diff)
downloadbuildroot-0eec7d8fecd3eeb5d43898dadc2bf54dce6758b5.tar.gz
buildroot-0eec7d8fecd3eeb5d43898dadc2bf54dce6758b5.zip
package/openocd: disable aice programmer on non-MMU architecture
aice sources use fork function, which is only available on architecture with MMU. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openocd')
-rw-r--r--package/openocd/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openocd/Config.in b/package/openocd/Config.in
index 1f9889cdd4..7c140c7d04 100644
--- a/package/openocd/Config.in
+++ b/package/openocd/Config.in
@@ -76,6 +76,7 @@ config BR2_PACKAGE_OPENOCD_OPENDOUS
config BR2_PACKAGE_OPENOCD_AICE
bool "Andes JTAG Programmer"
select BR2_PACKAGE_LIBUSB
+ depends on BR2_USE_MMU # use fork()
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
help
Enable building support for the Andes JTAG
OpenPOWER on IntegriCloud