Commit Graph

15 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
a4427ac6c0 - use the correct path to configure 2007-01-16 19:48:46 +00:00
Bernhard Reutner-Fischer
4079ef67ca - provide host-libgmp and host-libmpfr 2007-01-16 13:26:32 +00:00
Eric Andersen
732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
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
2007-01-14 03:52:21 +00:00
Bernhard Reutner-Fischer
e41b98b1e2 - Add target for .so without the LIBVERSION. 2006-12-22 10:20:56 +00:00
Bernhard Reutner-Fischer
584402fd02 - forgot to bump the libversion 2006-12-21 17:20:42 +00:00
Bernhard Reutner-Fischer
3c9baee374 - use centralized DISABLE_LARGEFILE
- nil CXX if there isn't one
2006-12-21 13:51:53 +00:00
Bernhard Reutner-Fischer
d4c12921dc - eventually let configure check our cross-compiler. nil the checks otherwise. 2006-12-14 15:37:12 +00:00
Bernhard Reutner-Fischer
371120ce0e - small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the target.
- minor adjustments.
2006-12-14 08:12:18 +00:00
Bernhard Reutner-Fischer
47b89762fa - fix typo. 2006-12-13 20:09:07 +00:00
Bernhard Reutner-Fischer
0d90c8ad17 - Add libgmp-host and libmpfr-host support. I'll need this for fortran support. 2006-12-13 19:57:05 +00:00
Bernhard Reutner-Fischer
4ea7521817 - bump version. No patches (yet). Yay! :) 2006-12-02 18:14:38 +00:00
Bernhard Reutner-Fischer
3a65d24db5 - add "lib" prefix 2006-11-28 16:54:30 +00:00
Bernhard Reutner-Fischer
6e2823c1fa - add and use BR2_BZCAT config option. 2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
56fadb2259 - Typo fix: copy headers to the correct location on the target. 2006-11-17 11:51:17 +00:00
Bernhard Reutner-Fischer
35eecb2319 - add stubs for gmp and mpfr
not yet enabled
2006-09-28 17:38:06 +00:00