[Buildroot] [PATCH] host-gdb: Forbid simulator for ARC

Vlad Zakharov Vladislav.Zakharov at synopsys.com
Wed Jun 15 10:28:21 UTC 2016


Forbid BR2_PACKAGE_HOST_GDB_SIM selection for ARC architectures.
Simulator isn't supported by ARC.

Fixes: http://autobuild.buildroot.net/results/4a1/4a1cd9a0beaff34830fd0f0ec47c30eda0a42d54//
Signed-off-by: Vlad Zakharov <vzakhar at synopsys.com>
---
 package/gdb/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 7b319f5..004c53c 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -25,6 +25,7 @@ config BR2_PACKAGE_HOST_GDB_PYTHON
 
 config BR2_PACKAGE_HOST_GDB_SIM
 	bool "Simulator support"
+  	depends on !BR2_arc
 	help
 	  This option enables the simulator support in the cross gdb.
 
-- 
2.5.5



More information about the buildroot mailing list