3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/build-support/gcc-wrapper
Lluís Batlle i Rossell 20e75e0cf0 Fixing the gcc-wrapper, so it does not link when gcc is called with '-x
something'.
It should not link at least for '-x c-header' and '-x c++-header', and maybe
link for '-x c' or '-x c++', but we expect noone will be linking using these
later strings.

Adding opencv, which required '-x c-header' working, and that's why I have
updated gcc wrapper.


svn path=/nixpkgs/branches/stdenv-updates/; revision=19491
2010-01-16 21:26:10 +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 Fixing the gcc-wrapper, so it does not link when gcc is called with '-x 2010-01-16 21:26:10 +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