index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
mpfr
/
mpfr.mk
Age
Commit message (
Expand
)
Author
2009-02-09
gmp/mpfr: force static linking
Peter Korsgaard
2009-02-01
mpfr: bump version
Peter Korsgaard
2009-01-16
package/mpfr: fix make source-check/external-deps issue
Peter Korsgaard
2009-01-16
buildroot: convert remaining WGET users to DOWNLOAD helper
Peter Korsgaard
2009-01-16
package/: convert to DOWNLOAD helper
Peter Korsgaard
2008-12-08
package/: get rid of unneeded $(strip ..)
Peter Korsgaard
2008-12-05
toolchain/*: use CONFIG_UPDATE
Peter Korsgaard
2008-05-22
Remove superfluos slash character from MPFR_SITE
Ulf Samuelsson
2008-03-11
reverted last change
John Voltz
2008-03-11
fixed path to mpfr patch
John Voltz
2008-01-04
change download url to be dynamic basic on version number
David Anders
2007-10-31
Cleanup logic of mpfr build, and patch using recommended switches
Ulf Samuelsson
2007-10-01
- just use the strip binary to avoid confusing libtool (quotes)
Bernhard Reutner-Fischer
2007-09-17
- wants --with-gmp-build nowadays
Bernhard Reutner-Fischer
2007-09-17
- apply fixes for 2.3.0
Bernhard Reutner-Fischer
2007-08-31
- bump version
Bernhard Reutner-Fischer
2007-08-22
- semicolon touchup. No other changes
Bernhard Reutner-Fischer
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...
Bernhard Reutner-Fischer
2007-08-21
Remove switches if sstrip is run
Ulf Samuelsson
2007-06-27
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
Bernhard Reutner-Fischer
2007-06-20
- add full sysroot support for non-ancient toolchains.
Bernhard Reutner-Fischer
2007-06-06
- fix typo
Bernhard Reutner-Fischer
2007-06-06
- better also copy the link targets..
Bernhard Reutner-Fischer
2007-06-06
- prefer shared libs on the host
Bernhard Reutner-Fischer
2007-06-06
- adjust to use the gcc-4.2.0 release
Bernhard Reutner-Fischer
2007-06-02
- fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB
Bernhard Reutner-Fischer
2007-03-22
- fix previous incomplete commit of mine
Bernhard Reutner-Fischer
2007-03-22
- download eventual mpfr patchfile to dl_dir. Closes #1283
Bernhard Reutner-Fischer
2007-03-19
- apply bugfixes ontop of 2.2.1
Bernhard Reutner-Fischer
2007-03-13
fixup package LDFLAGS handling
Eric Andersen
2007-01-24
- fix prerequisites of binutils_target
Bernhard Reutner-Fischer
2007-01-22
- don't rely on buggy gmp/mpfr on the host but use our own build iff we are a...
Bernhard Reutner-Fischer
2007-01-16
- forgot to mkdir
Bernhard Reutner-Fischer
2007-01-16
- use the correct path to configure
Bernhard Reutner-Fischer
2007-01-16
- provide host-libgmp and host-libmpfr
Bernhard Reutner-Fischer
2007-01-14
fixup a whole steaming pile of insanity. When packages are configured,
Eric Andersen
2006-12-22
- Add target for .so without the LIBVERSION.
Bernhard Reutner-Fischer
2006-12-21
- forgot to bump the libversion
Bernhard Reutner-Fischer
2006-12-21
- use centralized DISABLE_LARGEFILE
Bernhard Reutner-Fischer
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
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" prefix
Bernhard 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 mpfr
Bernhard Reutner-Fischer