summaryrefslogtreecommitdiffstats
path: root/package/gmp
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous 'slash' in GMP_SITEUlf Samuelsson2007-10-131-1/+1
|
* - 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)
* - libversion was changedBernhard Reutner-Fischer2007-09-171-1/+1
|
* - bump versionBernhard Reutner-Fischer2007-09-171-1/+1
|
* - 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-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-211-1/+1
|
* 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-49/+21
| | | | - 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-9/+8
|
* - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵Bernhard Reutner-Fischer2007-06-011-3/+12
| | | | | | | to build static or dynamic libs/bins. - depending on the BR2_GNU_BUILD_SUFFIX, set the respective EXEEXT, LIBEXT, SHREXT extensions for use on the target. Thanks to Tom for suplying a diff which implements these.
* 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