aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-09-24 22:00:40 -0700
committerChristian Marangi <ansuelsmth@gmail.com>2022-09-27 16:39:37 +0200
commitfcaea8b55135ef5db4d7c66230b8a5c4cb263991 (patch)
treeea0ece550cc5e2cf1e5b73b5f7d997e56b9f008f /toolchain/gdb/Makefile
parente6cc3ded0709aa6c7a190c31575bb5c19e204cd2 (diff)
downloadupstream-fcaea8b55135ef5db4d7c66230b8a5c4cb263991.tar.gz
upstream-fcaea8b55135ef5db4d7c66230b8a5c4cb263991.tar.bz2
upstream-fcaea8b55135ef5db4d7c66230b8a5c4cb263991.zip
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>
Diffstat (limited to 'toolchain/gdb/Makefile')
-rw-r--r--toolchain/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \