nixpkgs/pkgs/build-support/gcc-wrapper
Eelco Dolstra 116443e839 * Don't call grep from ld-wrapper (especially not O(n^2) times)
because it makes linking very slow.  Use bash's =~ operator instead
  (and only once for each argument).  We depend on bash already anyway
  because of arrays so it's not a problem.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19699
2010-01-26 22:42:43 +00:00
..
add-flags Merging the gnat-wrapper and gcc-wrapper into a single gcc-wrapper. 2010-01-16 21:32:44 +00:00
builder.sh Merging the ghdl-wrapper and gcc-wrapper into one. 2010-01-16 21:41:27 +00:00
default.nix * Fix Perl on FreeBSD. 2010-01-26 18:10:59 +00:00
gcc-wrapper.sh Fixing the gcc-wrapper, so it does not link when gcc is called with '-x 2010-01-16 21:26:10 +00:00
gnat-wrapper.sh Adding two files I forgot to the gcc-wrapper, comming from the old 2010-01-16 23:09:27 +00:00
gnatlink-wrapper.sh Adding two files I forgot to the gcc-wrapper, comming from the old 2010-01-16 23:09:27 +00:00
ld-wrapper.sh * Don't call grep from ld-wrapper (especially not O(n^2) times) 2010-01-26 22:42:43 +00:00
setup-hook.sh Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
utils.sh * gcc-wrapper-new -> gcc-wrapper, setup-new -> setup. 2008-10-07 17:33:20 +00:00