1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

toolchain/gdb: fix expat location

GDB is not finding tools/expat. This fixes it. Move it up with the other
tools.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2022-09-24 22:00:40 -07:00 committed by Christian Marangi
parent e6cc3ded07
commit fcaea8b551
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -33,12 +33,12 @@ HOST_CONFIGURE_ARGS = \
--with-gmp=$(TOPDIR)/staging_dir/host \
--with-mpfr=$(TOPDIR)/staging_dir/host \
--with-mpc=$(TOPDIR)/staging_dir/host \
--with-expat=$(TOPDIR)/staging_dir/host \
--disable-werror \
--without-uiout \
--enable-tui --disable-gdbtk --without-x \
--without-included-gettext \
--enable-threads \
--with-expat \
--disable-unit-tests \
--disable-ubsan \
--disable-binutils \