From 8f1913800b8c339d3718b223c33f2610a83f2446 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 16 Mar 2025 05:31:55 +0100 Subject: gdb: fix build, mpfr is required --- toolchain/gdb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 5f46cb926..f3f8bf8da 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -29,7 +29,8 @@ $(WRKBUILD)/.configured: --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ --target=$(GNU_TARGET_NAME) \ - --with-libgmp-prefix='${STAGING_HOST_DIR}/usr' \ + --with-gmp='${STAGING_HOST_DIR}/usr' \ + --with-mpfr='${STAGING_HOST_DIR}/usr' \ --disable-dependency-tracking \ --without-uiout \ --enable-gdbmi \ -- cgit v1.2.3