瀏覽代碼

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>
Romain Naour 8 年之前
父節點
當前提交
9c49afdad6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/gdb/Config.in.host

+ 1 - 1
package/gdb/Config.in.host

@@ -27,7 +27,7 @@ config BR2_PACKAGE_HOST_GDB_PYTHON
 
 
 config BR2_PACKAGE_HOST_GDB_SIM
 config BR2_PACKAGE_HOST_GDB_SIM
 	bool "Simulator support"
 	bool "Simulator support"
-	depends on !BR2_arc
+	depends on !BR2_arc && !BR2_microblaze
 	help
 	help
 	  This option enables the simulator support in the cross gdb.
 	  This option enables the simulator support in the cross gdb.