summaryrefslogtreecommitdiff
path: root/package/mpfr
AgeCommit message (Expand)Author
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
2012-07-17all packages: use new host-xxx-package macrosArnout Vandecappelle (Essensium/Mind)
2012-07-15mpfr: bump to version 3.1.1Gustavo Zacarias
2012-03-11mpfr: bump to version 3.1.0-p6Gustavo Zacarias
2012-01-17mpfr: removed redundant HOST_FOO_DEPENDENCIESArnout Vandecappelle (Essensium/Mind)
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
2011-09-13mpfr: bump to version 3.0.1_p4Gustavo Zacarias
2011-04-26toolchain: bump mpfr to version 3.0.1Gustavo Zacarias
2010-12-27mpfr: make it a proper package and bump to version 3.0.0-p8Gustavo Zacarias
2010-09-13Re-implement the source-check and external-deps targetsMaxime Petazzoni
2010-09-13Remove the spider featureMaxime Petazzoni
2010-02-25gmp/mpfr: make sure host builds add source targets to HOST_SOURCEPeter Korsgaard
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
2009-09-24mpfr: use patch-kernel to apply downloaded patchPeter Korsgaard
2009-09-23rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
2009-03-16mpfr: bump versionPeter Korsgaard
2009-02-13mpfr: bump versionPeter Korsgaard
2009-02-10gmp/mpfr: use static libraries as make targetsPeter Korsgaard
2009-02-10gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-sharedPeter Korsgaard
2009-02-09gmp/mpfr: force static linkingPeter Korsgaard
2009-02-01mpfr: bump versionPeter Korsgaard
2009-01-16package/mpfr: fix make source-check/external-deps issuePeter Korsgaard
2009-01-16buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-05toolchain/*: use CONFIG_UPDATEPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
2008-05-22Remove superfluos slash character from MPFR_SITEUlf Samuelsson
2008-03-11reverted last changeJohn Voltz
2008-03-11fixed path to mpfr patch John Voltz
2008-01-04change download url to be dynamic basic on version numberDavid Anders
2007-10-31Cleanup logic of mpfr build, and patch using recommended switchesUlf Samuelsson
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
2007-09-17- wants --with-gmp-build nowadaysBernhard Reutner-Fischer
2007-09-17- apply fixes for 2.3.0Bernhard Reutner-Fischer
2007-08-31- bump versionBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...Bernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
2007-06-20- add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer
2007-06-06- fix typoBernhard Reutner-Fischer
2007-06-06- better also copy the link targets..Bernhard Reutner-Fischer
2007-06-06- prefer shared libs on the hostBernhard Reutner-Fischer
2007-06-06- adjust to use the gcc-4.2.0 releaseBernhard Reutner-Fischer
2007-06-02- fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer
2007-03-22- fix previous incomplete commit of mineBernhard Reutner-Fischer
2007-03-22- download eventual mpfr patchfile to dl_dir. Closes #1283Bernhard Reutner-Fischer
2007-03-19- apply bugfixes ontop of 2.2.1Bernhard Reutner-Fischer