mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +00: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:
parent
e6cc3ded07
commit
fcaea8b551
@ -33,12 +33,12 @@ HOST_CONFIGURE_ARGS = \
|
|||||||
--with-gmp=$(TOPDIR)/staging_dir/host \
|
--with-gmp=$(TOPDIR)/staging_dir/host \
|
||||||
--with-mpfr=$(TOPDIR)/staging_dir/host \
|
--with-mpfr=$(TOPDIR)/staging_dir/host \
|
||||||
--with-mpc=$(TOPDIR)/staging_dir/host \
|
--with-mpc=$(TOPDIR)/staging_dir/host \
|
||||||
|
--with-expat=$(TOPDIR)/staging_dir/host \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--without-uiout \
|
--without-uiout \
|
||||||
--enable-tui --disable-gdbtk --without-x \
|
--enable-tui --disable-gdbtk --without-x \
|
||||||
--without-included-gettext \
|
--without-included-gettext \
|
||||||
--enable-threads \
|
--enable-threads \
|
||||||
--with-expat \
|
|
||||||
--disable-unit-tests \
|
--disable-unit-tests \
|
||||||
--disable-ubsan \
|
--disable-ubsan \
|
||||||
--disable-binutils \
|
--disable-binutils \
|
||||||
|
Loading…
Reference in New Issue
Block a user