package/gdb: disable simulator support for microblaze
authorRomain Naour <romain.naour@gmail.com>
Mon, 14 Nov 2016 22:05:34 +0000 (23:05 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Nov 2016 22:48:12 +0000 (23:48 +0100)
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>
package/gdb/Config.in.host

index b6eb41f4ccb643c13932848e70d4bd66335acf05..da6b30ecf493acdeb34d9dc636a8fa7f1e55fd26 100644 (file)
@@ -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.