summaryrefslogtreecommitdiff
path: root/package/mpfr
AgeCommit message (Collapse)Author
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
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
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
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-20- add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer
- start to separate usr/lib and lib to match normal system-layout
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
- adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes
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
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-01-24- fix prerequisites of binutils_targetBernhard Reutner-Fischer
2007-01-22- don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵Bernhard Reutner-Fischer
about to build a somewhat current toolchain.
2007-01-16- forgot to mkdirBernhard Reutner-Fischer
2007-01-16- use the correct path to configureBernhard Reutner-Fischer
2007-01-16- provide host-libgmp and host-libmpfrBernhard Reutner-Fischer
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
2006-12-22- Add target for .so without the LIBVERSION.Bernhard Reutner-Fischer
2006-12-21- forgot to bump the libversionBernhard Reutner-Fischer
2006-12-21- use centralized DISABLE_LARGEFILEBernhard Reutner-Fischer
- nil CXX if there isn't one
2006-12-14- eventually let configure check our cross-compiler. nil the checks otherwise.Bernhard Reutner-Fischer
2006-12-14- small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the ↵Bernhard Reutner-Fischer
target. - minor adjustments.
2006-12-13- fix typo.Bernhard Reutner-Fischer
2006-12-13- Add libgmp-host and libmpfr-host support. I'll need this for fortran support.Bernhard Reutner-Fischer
2006-12-02- bump version. No patches (yet). Yay! :)Bernhard Reutner-Fischer
2006-11-28- add "lib" prefixBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-11-17- Typo fix: copy headers to the correct location on the target.Bernhard Reutner-Fischer
2006-09-28- add stubs for gmp and mpfrBernhard Reutner-Fischer
not yet enabled