From 1e03b0e1e6f7577c4c7a2310f0034eed9c5203ec Mon Sep 17 00:00:00 2001 From: Zakharov Vlad Date: Wed, 15 Jun 2016 13:28:21 +0300 Subject: [PATCH] gdb: do not allow selecting the simulator on ARC Forbid BR2_PACKAGE_HOST_GDB_SIM selection for the ARC architecture, since the simulator is not supported on ARC. Fixes: http://autobuild.buildroot.net/results/4a1cd9a0beaff34830fd0f0ec47c30eda0a42d54/ Signed-off-by: Vlad Zakharov [Thomas: tweak commit log.] Signed-off-by: Thomas Petazzoni --- 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 7b319f5c8d..081073b9a7 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.