summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-16 09:30:46 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-19 07:50:29 (GMT)
commit4b2b610b9a64cef9208912a0858a9087cf089ea4 (patch)
tree1d60a60f22c81f8447ad5ea33421201c4f8d355e /config
parent8365a791790f9fc270b23234aac842ae206f6d6c (diff)
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 <judge.packham@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/comp_libs.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/comp_libs.in b/config/comp_libs.in
index 55ca227..6dd8099 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