gdb: disable gdbserver for arc
Although gdb is supported, gdbserver is still not. checking whether gdbserver is supported on this host... no Build breaks as gdbserver executable is not found during packaging. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
parent
1dedad2a00
commit
b0416c9c12
@ -44,6 +44,7 @@ endef
|
||||
define Package/gdbserver
|
||||
$(call Package/gdb/Default)
|
||||
TITLE:=Remote server for GNU Debugger
|
||||
DEPENDS=@!arc
|
||||
endef
|
||||
|
||||
define Package/gdbserver/description
|
||||
|
Loading…
Reference in New Issue
Block a user