mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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 <vzakhar@synopsys.com> [Thomas: tweak commit log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c51b20755b
commit
1e03b0e1e6
@ -25,6 +25,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
|
||||||
help
|
help
|
||||||
This option enables the simulator support in the cross gdb.
|
This option enables the simulator support in the cross gdb.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user