1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/build-support/gcc-cross-wrapper
Bjørn Forsman 25f0b7cb50 gcc-{,cross-}wrapper: add 'cpp' wrapper (close #1820)
The gcc-wrapper doesn't wrap 'cpp'. This breaks some software (such as
Buildroot) because the 'cpp' they get come from the non-wrapped gcc
package which doesn't know about any standard include paths.

gcc-cross-wrapper is untested.
2014-04-02 19:05:57 +02:00
..
add-flags
builder.sh gcc-{,cross-}wrapper: add 'cpp' wrapper (close #1820) 2014-04-02 19:05:57 +02:00
default.nix
gcc-wrapper.sh
ld-wrapper.sh
setup-hook.sh
utils.sh