From 86aa4d8d11cbe49d81ce0a054570d6e5d59f372e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 31 May 2016 23:01:36 +0200 Subject: gdb: enable simulator support for host build Add an option to enable GDB simulator support, so it can be used to test some no-MMU systems. Newer GDB Blackfin Simulator need a workaround for in-tree compile. It doesn't break for older Buildroot supported GDB Blackfin Simulator. Signed-off-by: Waldemar Brodkorb Signed-off-by: Thomas Petazzoni --- package/gdb/Config.in.host | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/gdb/Config.in.host') diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index 257d68ac9..dc149b636 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -23,6 +23,11 @@ config BR2_PACKAGE_HOST_GDB_PYTHON help This option enables the Python support in the cross gdb. +config BR2_PACKAGE_HOST_GDB_SIM + bool "Simulator support" + help + This option enables the simulator support in the cross gdb. + choice prompt "GDB debugger Version" depends on !BR2_arc -- cgit v1.2.3