Browse Source

Use expat with gdb as otherwise gdbserver didn't work

@upstream
dir 6 years ago
parent
commit
922ca0cee6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/gdb/Makefile

+ 1 - 0
package/gdb/Makefile

@@ -29,6 +29,7 @@ CONFIGURE_ARGS+=	--enable-static \
 			--disable-gdbtk \
 			--disable-gdbserver \
 			--without-x \
+			--with-expat \
 			--disable-sim \
 			--disable-plugins \
 			--disable-werror \