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
9da88d82c9
commit
befbdc3fd8
@ -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