From 1f3d003d95c5e4868dd9d4fdf08677f5e49ee638 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 16 Mar 2025 16:38:17 +0100 Subject: gdb: use expat for hostbuild --- toolchain/gdb/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/gdb') diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index f3f8bf8da..9d98e87bc 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -31,6 +31,8 @@ $(WRKBUILD)/.configured: --target=$(GNU_TARGET_NAME) \ --with-gmp='${STAGING_HOST_DIR}/usr' \ --with-mpfr='${STAGING_HOST_DIR}/usr' \ + --with-expat \ + --with-libexpat-prefix='${STAGING_HOST_DIR}/usr' \ --disable-dependency-tracking \ --without-uiout \ --enable-gdbmi \ -- cgit v1.2.3