From 4b2b610b9a64cef9208912a0858a9087cf089ea4 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 16 Sep 2021 21:30:46 +1200 Subject: gmp: Support building for target Allow GMP to be build for the target. This will be needed by the up coming gdb-11. Signed-off-by: Chris Packham --- 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 55ca2273..6dd8099e 100644 --- a/config/comp_libs.in +++ b/config/comp_libs.in @@ -52,6 +52,10 @@ config GMP_NEEDED def_bool y select COMP_LIBS_GMP +config GMP_TARGET + bool + select COMP_LIBS_GMP + config MPFR_NEEDED def_bool y select GMP_NEEDED -- cgit v1.2.3