aboutsummaryrefslogtreecommitdiff
path: root/packages/mpfr
Commit message (Collapse)AuthorAgeFilesLines
* mpfr: Drop obsolete versionsChris Packham2023-10-046-51/+0
| | | | | | Drop versions of mpfr that were marked obsolete in the last release. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* mpfr: Mark 3.1.6, 4.0.2 and 4.1.0 as obsoleteChris Packham2023-09-133-0/+3
| | | | | | | Mark these older versions as obsolete. These will be dropped after the next release. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* mpfr: Add 4.2.1Chris Packham2023-09-132-0/+16
| | | | | | | | | | https://www.mpfr.org/mpfr-4.2.1/ This fixes compatibility issues with hosts using newer glibc (>=2.37). Fixes #2017, #2029 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* mpfr: Update mirror URLChris Packham2023-09-131-1/+1
| | | | | | Update the URL to use https. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* mpfr: Update vcs URLChris Packham2022-05-081-1/+1
| | | | | | | The mpfr project is now using git. Update the repository field accordingly. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Retire obsoleted milestonesAlexey Neyman2022-02-111-1/+1
| | | | | | | | | | | | ... and the code dependent on them, after the latest wave of obsolete package removals. This concludes the glorious history of the original uClibc (non-NG) with lots of kludges removed. There was a choice here, whether to call the resulting libc "uClibc" or "uClibc-ng". I opted in favor of giving uClibc-ng the recognition it deserves, although it had some ripple effect in the ct-ng code. Signed-off-by: Alexey Neyman <stilor@att.net>
* mpfr: Remove obsolete versionsChris Packham2021-09-2111-761/+0
| | | | | | | | | The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - mpfr-2.4.2 - mpfr-3.0.1 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Add support for mpc 1.2.0 and mpfr 4.1.0Hans-Christian Noren Egtvedt2020-08-272-0/+16
| | | | Add the latest releases of mpc (1.2.0) and mpfr (4.1.0).
* Another wave of version updatesAlexey Neyman2019-02-134-53/+16
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Config v2: select relevant parts of each package versionAlexey Neyman2019-01-301-0/+1
| | | | | | | Also, remove a couple of config options that dealt with package versions that have been since retired. Signed-off-by: Alexey Neyman <stilor@att.net>
* patches: mpfr: Fix obsolete ARC asm constraintsEvgeniy Didin2018-08-211-0/+37
| | | | | | | | | | | | | | Adding this patch fixes errors while building mpfr for native ARC toolcahin. Error messages are: -----------------------------------------------------8<------------------ ... [ERROR] .build/HOST-arc-snps-linux-uclibc/arc-snps-linux-uclibc/src/ mpfr/src/mpfr-longlong.h:423:3: error: impossible constraint in 'asm' ... [ERROR] >> Build failed in step 'Installing MPFR for host' -----------------------------------------------------8<------------------ Signed-off-by: Evgeniy Didin <didin@synopsys.com>
* Update packages: automake, isl, linux, mpfr, musl, newlib, strace, uClibc-ngAlexey Neyman2018-04-123-16/+16
| | | | | | Also, fix manage-packages.sh after autotoolization. Signed-off-by: Alexey Neyman <stilor@att.net>
* Upgrade to new releasesAlexey Neyman2018-01-283-0/+17
| | | | | | | | | | | | | | android-ndk, binutils, gcc, linux, mpfr, ncurses, newlib, uclibc-ng MPC vs MPFR dependencies required modifications in auto-generated templates to also provide non-inclusive older-than/newer-than specifications. Also correct MPC URLs, the website seems to have adjusted its directory layout. Currently, newlib 3.0.0 doesn't build for arm-nano-eabi. Signed-off-by: Alexey Neyman <stilor@att.net>
* Run all patches through renumbering and updateAlexey Neyman2017-12-029-213/+243
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-293-0/+48
| | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
* Upgrade expat, mpfr, newlib, strace, linuxAlexey Neyman2017-09-271-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add an ability to verify the digest/signatureAlexey Neyman2017-09-271-0/+1
| | | | | | Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
* Record tarball formatsAlexey Neyman2017-08-181-0/+1
| | | | | | Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
* Trim old versionsAlexey Neyman2017-08-1864-11646/+0
| | | | | | | | | | | | | Policy: - Only latest patchlevel for each branch release Exception: CLooG - ISL has dependencies on specific CLooG releases within a single branch - Where there are no patchlevel releases (uClibc, musl) - just retain two most recent releases Also, missed automake update: 1.14 -> 1.14.1 Signed-off-by: Alexey Neyman <stilor@att.net>
* Builds comp.libs from VCSAlexey Neyman2017-07-081-0/+2
| | | | | | | ... fails on DUMA because it cannot be compiled by newer C++, and patches are not applied to checkouts from VCS. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix the references to old config variablesAlexey Neyman2017-07-0810-10/+11
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-0875-0/+12346
Signed-off-by: Alexey Neyman <stilor@att.net>