gdb: do not allow selecting the simulator on ARC
authorZakharov Vlad <Vladislav.Zakharov@synopsys.com>
Wed, 15 Jun 2016 10:28:21 +0000 (13:28 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 15 Jun 2016 21:10:31 +0000 (23:10 +0200)
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 <vzakhar@synopsys.com>
[Thomas: tweak commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gdb/Config.in.host

index 7b319f5c8d0027c16488bb0e4716ced7b956971e..081073b9a766f391c4e6b9c5395dcfc5f9bcea57 100644 (file)
@@ -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.