Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -7/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -46/+19 |
| | | | | - start to separate usr/lib and lib to match normal system-layout | ||||
* | - fix typo | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -1/+1 |
| | |||||
* | - better also copy the link targets.. | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -1/+1 |
| | |||||
* | - prefer shared libs on the host | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -2/+2 |
| | |||||
* | - adjust to use the gcc-4.2.0 release | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -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_LIB | Bernhard Reutner-Fischer | 2007-06-02 | 1 | -8/+8 |
| | |||||
* | - fix previous incomplete commit of mine | Bernhard Reutner-Fischer | 2007-03-22 | 1 | -1/+5 |
| | |||||
* | - download eventual mpfr patchfile to dl_dir. Closes #1283 | Bernhard Reutner-Fischer | 2007-03-22 | 1 | -3/+15 |
| | |||||
* | - apply bugfixes ontop of 2.2.1 | Bernhard Reutner-Fischer | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - fix prerequisites of binutils_target | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -2/+1 |
| | |||||
* | - don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -8/+8 |
| | | | | about to build a somewhat current toolchain. | ||||
* | - forgot to mkdir | Bernhard Reutner-Fischer | 2007-01-16 | 1 | -0/+1 |
| | |||||
* | - use the correct path to configure | Bernhard Reutner-Fischer | 2007-01-16 | 1 | -2/+2 |
| | |||||
* | - provide host-libgmp and host-libmpfr | Bernhard Reutner-Fischer | 2007-01-16 | 1 | -33/+27 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -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-Fischer | 2006-12-22 | 1 | -1/+1 |
| | |||||
* | - forgot to bump the libversion | Bernhard Reutner-Fischer | 2006-12-21 | 1 | -1/+1 |
| | |||||
* | - use centralized DISABLE_LARGEFILE | Bernhard Reutner-Fischer | 2006-12-21 | 1 | -4/+0 |
| | | | | - nil CXX if there isn't one | ||||
* | - eventually let configure check our cross-compiler. nil the checks otherwise. | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -1/+4 |
| | |||||
* | - small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the ↵ | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -10/+16 |
| | | | | | | target. - minor adjustments. | ||||
* | - fix typo. | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -2/+2 |
| | |||||
* | - Add libgmp-host and libmpfr-host support. I'll need this for fortran support. | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -1/+35 |
| | |||||
* | - bump version. No patches (yet). Yay! :) | Bernhard Reutner-Fischer | 2006-12-02 | 1 | -2/+3 |
| | |||||
* | - add "lib" prefix | Bernhard Reutner-Fischer | 2006-11-28 | 2 | -12/+12 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | - Typo fix: copy headers to the correct location on the target. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | - add stubs for gmp and mpfr | Bernhard Reutner-Fischer | 2006-09-28 | 2 | -0/+127 |
not yet enabled |