aboutsummaryrefslogtreecommitdiff
path: root/config/companion_libs/mpc.in
Commit message (Collapse)AuthorAgeFilesLines
* Switch gen-kconfig to new frameworkAlexey Neyman2017-07-081-3/+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-59/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Declare older versions obsolete.Alexey Neyman2017-01-261-7/+14
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Support mpc 1.0.3 in configuration.Jasmin Jessich2015-09-011-0/+5
| | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* complibs/mpc: bump versiondanielrubiob2014-02-091-1/+5
| | | | | | Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com> Message-Id: <d78f3a4ba2df1e076851.1391984022@uemo> Patchwork-Id: 318636
* complibs/mpc: add versions 1.0 and 1.0.1Daniel Rubio Bonilla2013-05-231-0/+10
| | | | | | Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com> Message-Id: <CAOfWMGAc7XMXYNZ2Tz-a4PgRrCsAz5hN5NkH9KRe9+pm+go7UQ@mail.gmail.com> Patchwork-Id: 245977
* all: remove versions marked obsoleteYann E. MORIN"2012-12-261-6/+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/+3
| | | | | | | | | 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/mpc: add latest version 0.9Yann E. MORIN"2011-02-231-0/+6
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* complibs/mpc: add latest versionYann E. MORIN"2010-06-161-0/+6
|
* comp-libs/mpc: remove EXPERIMENTAL for 0.8.1Yann E. MORIN"2010-01-311-2/+1
|
* complibs/mpc: add latest version 0.8.1Yann E. MORIN"2010-01-061-0/+6
|
* config: mark now old versions as being OBSOLETEYann E. MORIN"2009-10-281-1/+2
| | | | | 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-5/+5
| | | | | It makes better sense to have latest versions at the top of the choice entries.
* comp-libs/mpc: add latest 0.7 version.Yann E. MORIN"2009-09-121-0/+5
|
* /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-0/+32
- add support for building the MPC library. -------- diffstat follows -------- /devel/gcc-4.4/scripts/build/companion_libs/ppl.sh | 4 2 2 0 +- /devel/gcc-4.4/scripts/build/companion_libs/mpc.sh | 57 57 0 0 ++++++++++++++++++++++++++++++++++ /devel/gcc-4.4/scripts/build/companion_libs/cloog.sh | 4 2 2 0 +- /devel/gcc-4.4/scripts/crosstool-NG.sh.in | 3 3 0 0 ++ /devel/gcc-4.4/steps.mk | 1 1 0 0 + /devel/gcc-4.4/config/companion_libs/mpc.in | 32 32 0 0 +++++++++++++++++++ /devel/gcc-4.4/config/companion_libs.in | 15 10 5 0 ++++++--- 7 files changed, 107 insertions(+), 9 deletions(-)