nixpkgs/pkgs/build-support/gcc-wrapper
Lluís Batlle i Rossell 193f70d887 Updating the ld-wrapper about linking of direct .so files. The previous
regexp looking for such ld arguments did not work well with "--soname=xxx.so".
Now I added the condition that the argument should not start with a hyphen, for
it to be possibly considered a .so file to link with.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18919
2009-12-13 16:18:53 +00:00
..
add-flags * Pass -rpath flags in the same order as -L flags. 2009-02-01 21:26:28 +00:00
builder.sh Fixing the coreutils reference in the gcc-wrapper - they did not get properly 2009-11-22 18:39:27 +00:00
default.nix Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
gcc-wrapper.sh * gcc-wrapper-new -> gcc-wrapper, setup-new -> setup. 2008-10-07 17:33:20 +00:00
ld-wrapper.sh Updating the ld-wrapper about linking of direct .so files. The previous 2009-12-13 16:18:53 +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