summaryrefslogtreecommitdiffstats
path: root/package/mpfr
Commit message (Collapse)AuthorAgeFilesLines
* mpfr: bump versionPeter Korsgaard2009-03-161-2/+2
|
* mpfr: bump versionPeter Korsgaard2009-02-131-2/+2
|
* gmp/mpfr: use static libraries as make targetsPeter Korsgaard2009-02-101-1/+1
| | | | The host shared objects are no more.
* gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-sharedPeter Korsgaard2009-02-101-1/+1
| | | | | Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared.
* gmp/mpfr: force static linkingPeter Korsgaard2009-02-091-1/+1
| | | | | | | | | | | | Patch by Maxim Grigoriev. GCC 4.3.x would link with the correct shared library versions, but without any RPATH, so it ended up looking for then in /usr/lib/ at runtime. This is less than good, as the version there might not be compatible, and even worse for distributions like Ubuntu, which doesn't install those libs by default, the build breaks. Fix it by forcing static linking instead.
* mpfr: bump versionPeter Korsgaard2009-02-011-4/+3
| | | | | | | | | | | I know that changing something as fundamental as mpfr this close to the release isn't really ideal, but it's listed as the minimum version for gcc 4.3.x: http://gcc.gnu.org/install/prerequisites.html Bernhard's tree has been using 2.3.2 since October, so the risk is probably not that big though.
* package/mpfr: fix make source-check/external-deps issuePeter Korsgaard2009-01-161-0/+2
|
* buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+2
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-2/+2
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* toolchain/*: use CONFIG_UPDATEPeter Korsgaard2008-12-051-1/+1
| | | | Based on e0e0945e in Bernhard's tree.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Remove superfluos slash character from MPFR_SITEUlf Samuelsson2008-05-221-1/+1
|
* reverted last changeJohn Voltz2008-03-111-1/+1
|
* fixed path to mpfr patch John Voltz2008-03-111-1/+1
|
* change download url to be dynamic basic on version numberDavid Anders2008-01-041-1/+1
|
* Cleanup logic of mpfr build, and patch using recommended switchesUlf Samuelsson2007-10-311-18/+12
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - wants --with-gmp-build nowadaysBernhard Reutner-Fischer2007-09-171-1/+1
|
* - apply fixes for 2.3.0Bernhard Reutner-Fischer2007-09-171-1/+1
|
* - bump versionBernhard Reutner-Fischer2007-08-311-2/+2
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-3/+3
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-7/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer2007-06-201-46/+19
| | | | - start to separate usr/lib and lib to match normal system-layout
* - fix typoBernhard Reutner-Fischer2007-06-061-1/+1
|
* - better also copy the link targets..Bernhard Reutner-Fischer2007-06-061-1/+1
|
* - prefer shared libs on the hostBernhard Reutner-Fischer2007-06-061-2/+2
|
* - adjust to use the gcc-4.2.0 releaseBernhard Reutner-Fischer2007-06-061-1/+1
| | | | | - adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes
* - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer2007-06-021-8/+8
|
* - fix previous incomplete commit of mineBernhard Reutner-Fischer2007-03-221-1/+5
|
* - download eventual mpfr patchfile to dl_dir. Closes #1283Bernhard Reutner-Fischer2007-03-221-3/+15
|
* - apply bugfixes ontop of 2.2.1Bernhard Reutner-Fischer2007-03-191-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - fix prerequisites of binutils_targetBernhard Reutner-Fischer2007-01-241-2/+1
|
* - don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵Bernhard Reutner-Fischer2007-01-221-8/+8
| | | | about to build a somewhat current toolchain.
* - forgot to mkdirBernhard Reutner-Fischer2007-01-161-0/+1
|
* - use the correct path to configureBernhard Reutner-Fischer2007-01-161-2/+2
|
* - provide host-libgmp and host-libmpfrBernhard Reutner-Fischer2007-01-161-33/+27
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-6/+8
| | | | | | | | | | | | | 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
* - Add target for .so without the LIBVERSION.Bernhard Reutner-Fischer2006-12-221-1/+1
|
* - forgot to bump the libversionBernhard Reutner-Fischer2006-12-211-1/+1
|
* - use centralized DISABLE_LARGEFILEBernhard Reutner-Fischer2006-12-211-4/+0
| | | | - nil CXX if there isn't one
* - eventually let configure check our cross-compiler. nil the checks otherwise.Bernhard Reutner-Fischer2006-12-141-1/+4
|
* - small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the ↵Bernhard Reutner-Fischer2006-12-141-10/+16
| | | | | | target. - minor adjustments.
* - fix typo.Bernhard Reutner-Fischer2006-12-131-2/+2
|
* - Add libgmp-host and libmpfr-host support. I'll need this for fortran support.Bernhard Reutner-Fischer2006-12-131-1/+35
|
* - bump version. No patches (yet). Yay! :)Bernhard Reutner-Fischer2006-12-021-2/+3
|
* - add "lib" prefixBernhard Reutner-Fischer2006-11-282-12/+12
|