nixpkgs/pkgs/build-support/gcc-wrapper
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
..
add-flags * Pass -rpath flags in the same order as -L flags. 2009-02-01 21:26:28 +00:00
builder.sh * Put Glibc at the very end of the GCC header search path. This 2009-01-19 16:22:27 +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
gcc-wrapper.sh * gcc-wrapper-new -> gcc-wrapper, setup-new -> setup. 2008-10-07 17:33:20 +00:00
ld-wrapper.sh * Pass -rpath flags in the same order as -L flags. 2009-02-01 21:26:28 +00:00
setup-hook.sh * gcc-wrapper-new -> gcc-wrapper, setup-new -> setup. 2008-10-07 17:33:20 +00:00
utils.sh * gcc-wrapper-new -> gcc-wrapper, setup-new -> setup. 2008-10-07 17:33:20 +00:00