nixpkgs/pkgs/stdenv/linux
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
..
bootstrap * Use GCC 4.3 by default. 2009-02-01 21:44:56 +00:00
scripts * Use GCC 4.3 by default. 2009-02-01 21:44:56 +00:00
default.nix * gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3" 2009-03-25 17:34:38 +00:00
make-bootstrap-tools.nix svn path=/nixpkgs/branches/stdenv-updates/; revision=13915 2009-01-30 13:21:17 +00:00