[openwrt/openwrt] toolchain/gdb: fix expat location
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 27 07:39:39 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fcaea8b55135ef5db4d7c66230b8a5c4cb263991
commit fcaea8b55135ef5db4d7c66230b8a5c4cb263991
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Sep 24 22:00:40 2022 -0700
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 at gmail.com>
---
toolchain/gdb/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index d69217f6ca..4587c591f4 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -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 \
More information about the lede-commits
mailing list