diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 16:38:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 16:38:43 +0100 |
commit | 1f3d003d95c5e4868dd9d4fdf08677f5e49ee638 (patch) | |
tree | 44c7a7f244f72bc37181dc6371af7f2ea7f72c6c /toolchain/gdb/Makefile | |
parent | d92f5dc640342d1786df77078d3ceec0b1b229e1 (diff) |
gdb: use expat for hostbuild
Diffstat (limited to 'toolchain/gdb/Makefile')
-rw-r--r-- | toolchain/gdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |