nixpkgs/pkgs/stdenv
Eelco Dolstra d9213df2c1 * gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"
instead of "gcc-4.3.3".  This fixed the long-standing annoyance that
  you can't distinguish the two in (say) nix-store -qR.
* On x86_64-linux, put $out/lib64 in the RPATH in addition to
  $out/lib, because some packages (in particular GCC) put libraries in
  $out/lib64 and ended up linking against the wrong library.
* Strip $out/lib64.
* Removed g77_42 because it's exactly the same as gfortran.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14708
2009-03-25 17:34:38 +00:00
..
generic * gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3" 2009-03-25 17:34:38 +00:00
linux * gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3" 2009-03-25 17:34:38 +00:00
mingw * Make the nested output patch in GNU Make runtime configurable (by 2009-01-19 18:49:58 +00:00
native * Fix stdenvNative/stdenvNix. 2009-02-02 15:03:38 +00:00
nix * Fix stdenvNative/stdenvNix. 2009-02-02 15:03:38 +00:00
adapters.nix * More refactoring: move all the stdenv adapter functions (like 2009-02-10 15:48:30 +00:00
common-path.nix * Make the nested output patch in GNU Make runtime configurable (by 2009-01-19 18:49:58 +00:00
default.nix * stdenvLinux on powerpc-linux is currently broken. 2009-02-03 09:59:03 +00:00