aboutsummaryrefslogtreecommitdiff
path: root/config/companion_libs/gmp.in
Commit message (Collapse)AuthorAgeFilesLines
* Switch gen-kconfig to new frameworkAlexey Neyman2017-07-081-7/+0
| | | | | | | | | | | | | | | Also: - Move companion_* to comp_* to match the kconfig symbols - Replace bootstrap with former gen-versions.sh - Fold *.in.2 into their respective first parts; this moves common options to the end - if it is undesirable, inclusion of *.in can be moved where *.in.2 used to be (but that will also move version selection after common options). - Retire addToolVersion.sh (may later replace with a more comprehensive script that tries to download the added tarballs, copy the patches and try to apply them, and create a version.desc). Signed-off-by: Alexey Neyman <stilor@att.net>
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-081-79/+3
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Declare older versions obsolete.Alexey Neyman2017-01-261-9/+18
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Bump GMP version to 6.1.2Alastair D'Silva2017-01-061-0/+6
| | | | Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
* gmp: add version 6.1.0Freddie Chopin2015-12-071-0/+6
| | | | Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
* gmp: Disable --enable-mpbsd if version is >= 5.0.2Bryan Hundven2014-12-231-0/+8
| | | | | | closes #12 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* companion_libs/gmp: pump gmp to version 6.0.0aDaniel Zimmermann2014-12-051-0/+5
| | | | | | | | | | | | | | | # HG changeset patch # User Daniel Zimmermann <netzimme@gmail.com> # Date 1402524592 -7200 # Thu Jun 12 00:09:52 2014 +0200 # Node ID 30c0a797946f66f89a9bace2995957e6910174e9 # Parent 99029fac116b6cdd86de7015379dd765af77c116 companion_libs/gmp: pump gmp to version 6.0.0a pump gmp to version 6.0.0a Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>' Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* complibs/gmp: bump versiondanielrubiob2014-02-091-0/+5
| | | | | | Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com> Message-Id: <e0361ed37146d025171f.1391984021@uemo> Patchwork-Id: 318635
* complibs/gmp: bump versionYann E. MORIN"2013-04-261-0/+5
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* all: remove versions marked obsoleteYann E. MORIN"2012-12-261-12/+0
| | | | | | For major components, keep the latest version of each major releases. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* complibs: remove experimental from versions selectionYann E. MORIN"2012-05-021-4/+2
| | | | | | | | | Since I removed EXPERIMENTAL to most of gcc versions, the configuration is now broken, as the required companion libraries versions are not selectable, as they are still hidden behind EXPERIMENTAL. Reported-by: Claudio Henrique Fortes Felix (chffelix on irc://irc.freenode.net/crosstool-ng) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* complibs/gmp: bump versionYann E. MORIN"2011-08-301-0/+6
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* complibs/gmp: 5.0.0 misses 'EXPERIMENTAL' in the promptYann E. MORIN"2010-06-161-1/+1
|
* complibs/gmp: mark 5.0.1 as being experimentalYann E. MORIN"2010-04-131-0/+1
| | | | | MPFR can't cope with GMP > 4.x.y so hide it behind EXPERIMENTAL until we fix MPFR
* complibs: update versionsYann E. MORIN"2010-03-301-0/+10
| | | | | | | | GMP : 4.3.2, 5.0.1* CLooG/PPL: 0.15.8 0.15.9 libelf : 0.8.13 *: patch series added
* config: mark now old versions as being OBSOLETEYann E. MORIN"2009-10-281-2/+4
| | | | | These versions are kept for the upcoming release, but they will be removed from the next release if they are not used.
* scripts: add new version at top of choiceYann E. MORIN"2009-09-131-4/+4
| | | | Add new versions at the top of the choice menu, not at the bottom.
* config: re-order menu entries so that latest versions are at the topYann E. MORIN"2009-09-131-11/+11
| | | | | It makes better sense to have latest versions at the top of the choice entries.
* [comp-lib-gmp] Add latest versionsYann E. MORIN"2009-08-021-0/+10
| | | | Add 4.3.0 and 4.3.1.
* /devel/gcc-4.4:Yann E. MORIN"2009-05-251-13/+0
| | | | | | | | | | | | | | | | | | | | - commonalise the config-knobs that: - enable checking the newly built companion libraries - enable building the companion libraries for the target -------- diffstat follows -------- /devel/gcc-4.4/scripts/build/companion_libs/ppl.sh | 2 1 1 0 /devel/gcc-4.4/scripts/build/companion_libs/mpc.sh | 2 1 1 0 /devel/gcc-4.4/scripts/build/companion_libs/gmp.sh | 4 2 2 0 +- /devel/gcc-4.4/scripts/build/companion_libs/cloog.sh | 2 1 1 0 /devel/gcc-4.4/scripts/build/companion_libs/mpfr.sh | 4 2 2 0 +- /devel/gcc-4.4/config/companion_libs/ppl.in | 14 0 14 0 ---------- /devel/gcc-4.4/config/companion_libs/mpc.in | 13 0 13 0 ---------- /devel/gcc-4.4/config/companion_libs/gmp.in | 13 0 13 0 ---------- /devel/gcc-4.4/config/companion_libs/cloog.in | 13 0 13 0 ---------- /devel/gcc-4.4/config/companion_libs/mpfr.in | 14 0 14 0 ---------- /devel/gcc-4.4/config/companion_libs.in | 46 35 11 0 ++++++++++++++++++++++++++-------- 11 files changed, 42 insertions(+), 85 deletions(-)
* /devel/gcc-4.4:Yann E. MORIN"2009-05-251-4/+9
| | | | | | | | | | - GMP & MPFR: do not check the libraries by default, update the help entries accordingly -------- diffstat follows -------- /devel/gcc-4.4/config/companion_libs/gmp.in | 13 9 4 0 +++++++++---- /devel/gcc-4.4/config/companion_libs/mpfr.in | 14 10 4 0 ++++++++++---- 2 files changed, 19 insertions(+), 8 deletions(-)
* Prepare for gcc-4.4:Yann E. MORIN"2009-05-031-0/+32
- add 'companion_libs/' to hold all libraries needed to build gcc-4.3+ and gcc-4.4+ - move GMP & MPFR to 'companion_libs/' -------- diffstat follows -------- /trunk/scripts/build/gmp.sh | 85 0 85 0 ---------------------------- /trunk/scripts/build/mpfr.sh | 139 0 139 0 --------------------------------------------- /trunk/scripts/addToolVersion.sh | 4 2 2 0 /trunk/scripts/crosstool-NG.sh.in | 4 2 2 0 /trunk/config/companion_libs.in | 17 10 7 0 +++--- /trunk/config/gmp_mpfr/gmp.in | 32 0 32 0 ---------- /trunk/config/gmp_mpfr/mpfr.in | 42 0 42 0 -------------- /trunk/config/config.in | 2 1 1 0 /trunk/config/gmp_mpfr.in | 35 0 35 0 ----------- 9 files changed, 15 insertions(+), 345 deletions(-)