aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYuriy Kolerov <ykolerov@synopsys.com>2023-05-12 09:33:55 +0400
committerChris Packham <judge.packham@gmail.com>2023-05-19 15:54:16 +1200
commitf283bb6b1a877cc7ef36304aa165c55daab7d409 (patch)
tree0e3d6cb08436264b8a0fe2eb3659c660356c4fd9 /config
parent65e5960a39031504b0b1d189e634d998aa5fbb97 (diff)
downloadcrosstool-ng-f283bb6b1a877cc7ef36304aa165c55daab7d409.tar.gz
crosstool-ng-f283bb6b1a877cc7ef36304aa165c55daab7d409.tar.bz2
crosstool-ng-f283bb6b1a877cc7ef36304aa165c55daab7d409.zip
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 <ykolerov@synopsys.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 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