summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-11-14 23:05:34 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-14 23:48:12 +0100
commit9c49afdad67f421f03b1acfc5ed48150c4b36a65 (patch)
treeb22351c73e4e997887b828bfeb2c10ed6af2a555 /package/gdb
parent2775276135b3c8d06084c97e6195bc310bc432bf (diff)
package/gdb: disable simulator support for microblaze
The gdb simulator seems missing with the Xilinx fork of gdb. Disable it for microblaze since only the Xilinx version of gdb is currently available. Fixes: http://autobuild.buildroot.net/results/907/9079dad3f138c313a6abb40825baf4d9683a2422 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Waldemar Brodkorb <mail@waldemar-brodkorb.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index b6eb41f4c..da6b30ecf 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -27,7 +27,7 @@ config BR2_PACKAGE_HOST_GDB_PYTHON
config BR2_PACKAGE_HOST_GDB_SIM
bool "Simulator support"
- depends on !BR2_arc
+ depends on !BR2_arc && !BR2_microblaze
help
This option enables the simulator support in the cross gdb.