aboutsummaryrefslogtreecommitdiff
path: root/config/comp_libs/mpc.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-02-01 22:16:05 -0800
committerGitHub <noreply@github.com>2018-02-01 22:16:05 -0800
commitfd9fe523b22cb6281f26081232a3f8f3aee7fda1 (patch)
tree9851733e0973e1de900d7f932e5b88fe637441f3 /config/comp_libs/mpc.in
parentba165ed4c0bfa8a83e61a2efd1ad205777978486 (diff)
parent36bb675a71cc66a2abd69bc82d613f2153d3791f (diff)
downloadcrosstool-ng-fd9fe523b22cb6281f26081232a3f8f3aee7fda1.tar.gz
crosstool-ng-fd9fe523b22cb6281f26081232a3f8f3aee7fda1.tar.bz2
crosstool-ng-fd9fe523b22cb6281f26081232a3f8f3aee7fda1.zip
Merge pull request #904 from stilor/upgrade
A bunch of upgrades
Diffstat (limited to 'config/comp_libs/mpc.in')
-rw-r--r--config/comp_libs/mpc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/comp_libs/mpc.in b/config/comp_libs/mpc.in
index 2d948a78..2ea3c0cc 100644
--- a/config/comp_libs/mpc.in
+++ b/config/comp_libs/mpc.in
@@ -1 +1,6 @@
# MPC options
+# MPC 1.1.0 and later requires MPFR 3.0.0 or later and GMP 5.0.0 or later.
+# MPC 1.0.x and earlier break with MPFR 4.0.0.
+## select MPFR_REQUIRE_3_0_0_or_later if MPFR_NEEDED && MPC_1_1_0_or_later
+## select GMP_REQUIRE_5_0_0_or_later if GMP_NEEDED && MPC_1_1_0_or_later
+## select MPFR_REQUIRE_older_than_4_0_0 if MPFR_NEEDED && !MPC_1_1_0_or_later