Skip to content

Commit

Permalink
gdb: disable gdbserver for arc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
luizluca authored and hauke committed Apr 26, 2020
1 parent 1dedad2 commit b0416c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/devel/gdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0416c9

Please sign in to comment.