nixpkgs/pkgs/development/tools
Lluís Batlle i Rossell 585ba8c27f Big fixes in the cross build:
- Before this changes, cflags and ldflags for the native and the cross compiler
  got mixed. Not all the gcc-wrapper/gcc-cross-wrapper variables are
  independant now, but enough, I think.
- Fixed the generic stdenv expression, which did a big mess on buildInputs and
  buildNativeInputs. Now it distinguishes when there is a stdenvCross or not.
  Maybe we should have a single stdenv and forget about the stdenvCross
  adapter - this could end in a stdenv a bit complex, but simpler than the
  generic stdenv + adapter.
- Added basic support in pkgconfig for cross-builds: a single PKG_CONFIG_PATH
  now works for both the cross and the native compilers, but I think this
  should work well for most cases I can think of.
- I tried to fix the guile expression to cross-biuld; guile is built, but not
  its manual, so the derivation still fails. Guile requires patching to
  cross-build, as far as I understnad.
- Made the glibcCross build to be done through the usage of a
  gcc-cross-wrapper over the gcc-cross-stage-static, instead of using it
  directly.
- Trying to make physfs (a neverball dependency) cross build.
- Updated the gcc expression to support building a cross compiler without getting
  derivation variables mixed with those of the stdenvCross.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18534
2009-11-22 19:51:45 +00:00
..
analysis * Doh. 2009-09-23 19:50:31 +00:00
build-managers Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
cdecl Making cdecl compile with readline. 2009-04-08 10:09:14 +00:00
documentation Updating doxygen from 1.5.8 to 1.6.1 2009-11-04 14:58:39 +00:00
guile G-Wrap 1.9.13. 2009-10-29 11:23:10 +00:00
haskell Version bumps for a number of Haskell packages. 2009-09-14 08:35:39 +00:00
java Add FastJar. 2009-07-27 10:43:20 +00:00
literate-programming/noweb * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
misc Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
ocaml/camlp5 Updated Coq to version 8.2pl1 2009-11-02 11:44:27 +00:00
parsing - Removed all *NoCross expressions I dupilcated in nixpkgs, while maintaining 2009-11-19 19:03:34 +00:00
profiling * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00
selenium/remote-control downgrade selenium-rc to rev 2450. The newer one is buggy (Neither allows using a FirefoxProfile nor launches Opera) 2009-04-14 12:58:53 +00:00