mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-16 00:55:29 +00:00
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>
This commit is contained in:
parent
c6427a99ad
commit
fb42bbf8fb
@ -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
|
||||
|
@ -4,4 +4,3 @@ mirrors='https://www.multiprecision.org/downloads $(CT_Mirrors GNU mpc)'
|
||||
relevantpattern='*.*|.'
|
||||
archive_formats='.tar.gz'
|
||||
signature_format='packed/.sig'
|
||||
milestones='1.1.0'
|
||||
|
@ -5,4 +5,3 @@ mirrors='https://www.mpfr.org/mpfr-${CT_MPFR_VERSION} $(CT_Mirrors GNU mpfr)'
|
||||
relevantpattern='*.*|.'
|
||||
archive_formats='.tar.xz .tar.bz2 .tar.gz .zip'
|
||||
signature_format='packed/.asc'
|
||||
milestones='4.0.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user