summaryrefslogtreecommitdiffstats
path: root/package/gmp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* - use the correct path to configureBernhard Reutner-Fischer2007-01-161-1/+1
|
* - provide host-libgmp and host-libmpfrBernhard Reutner-Fischer2007-01-161-34/+26
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-12/+15
| | | | | | | | | | | | | 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
* - small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the ↵Bernhard Reutner-Fischer2006-12-141-10/+15
| | | | | | target. - minor adjustments.
* - Add libgmp-host and libmpfr-host support. I'll need this for fortran support.Bernhard Reutner-Fischer2006-12-131-0/+32
|
* - pass target specific settings to configure when configuring for the target.Bernhard Reutner-Fischer2006-12-021-0/+2
|
* - add "lib" prefixBernhard Reutner-Fischer2006-11-282-10/+10
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* - Typo fix: copy headers to the correct location on the target.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* - add stubs for gmp and mpfrBernhard Reutner-Fischer2006-09-282-0/+116
not yet enabled