diff options
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 \ |