diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-02-07 09:48:05 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-02-08 17:33:46 +1300 |
commit | fb42bbf8fb1ea37083bcc2d45b6fdaeb8cb44669 (patch) | |
tree | 7faa82aff5ca4767f9a544a4177f814392d37edb /config | |
parent | c6427a99ad4aa2037eafb37725251f1ac4246bc8 (diff) | |
download | crosstool-ng-fb42bbf8fb1ea37083bcc2d45b6fdaeb8cb44669.tar.gz crosstool-ng-fb42bbf8fb1ea37083bcc2d45b6fdaeb8cb44669.tar.bz2 crosstool-ng-fb42bbf8fb1ea37083bcc2d45b6fdaeb8cb44669.zip |
mpc, mpfr: Remove unused milestones
An older version of MPC had issues with some versions of MPFR. We don't
actually have either version of these packages anymore so we no longer
need these milestones.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/comp_libs/mpc.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/comp_libs/mpc.in b/config/comp_libs/mpc.in index 422935f0..2d948a78 100644 --- a/config/comp_libs/mpc.in +++ b/config/comp_libs/mpc.in @@ -1,3 +1 @@ # MPC options -# MPC 1.0.x and earlier break with MPFR 4.0.0. -## select MPFR_REQUIRE_older_than_4_0_0 if MPFR_NEEDED && !MPC_1_1_0_or_later |