gdb: depend on host-expat to fix remote debugging
authorBjørn Forsman <bjorn.forsman@gmail.com>
Thu, 24 Feb 2011 20:37:48 +0000 (21:37 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 28 Feb 2011 09:26:17 +0000 (10:26 +0100)
commit816303a49dc249584b9f3f29a1c38642d6685997
tree4e744e4b04134a3d1a8c624c2e57e288f4cb422e
parent57ab28928bd8979fa34751bc1c248a1af00ce1f9
gdb: depend on host-expat to fix remote debugging

This patch fixes the following error when using GDB with gdbserver:

  warning: Can not parse XML target description; XML support was disabled at compile time
  Remote 'g' packet reply is too long: <very long line of hex chars>
  [remote debugging does not work]

Use $(HOST_CONFIGURE_OPTS) so expat is found.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gdb/gdb.mk