From f283bb6b1a877cc7ef36304aa165c55daab7d409 Mon Sep 17 00:00:00 2001 From: Yuriy Kolerov Date: Fri, 12 May 2023 09:33:55 +0400 Subject: mpfr: Add support of building MPFR for target It's necessary for building native GDB 13+. It depends on MPFR but it hasn't presented in scripts yet for building for target. Signed-off-by: Yuriy Kolerov --- config/comp_libs.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/comp_libs.in b/config/comp_libs.in index 502e95a3..f3bc6a78 100644 --- a/config/comp_libs.in +++ b/config/comp_libs.in @@ -61,6 +61,10 @@ config MPFR_NEEDED select GMP_NEEDED select COMP_LIBS_MPFR +config MPFR_TARGET + bool + select COMP_LIBS_MPFR + config ISL_NEEDED bool select GMP_NEEDED -- cgit v1.2.3