nixpkgs/pkgs/build-support/cc-wrapper
Ross MacLeod c1fb71b74a cc-wrapper: when cross building, wedge in setting AR, AS, and LD env vars to their cross building versions
I think it's ok to export things which aren't wrapped. The cc-wrapper
can be thought of as responsible for all of binutils and the c
compiler, only wrapping those binaries which are necessary to
interposition---as opposed to all binaries it thinks are relevaant.

Conversely, adding the setup hook to the unwrapped compilers would be
unforunate as hooks are ugly hacks and the compilers themselves take
a long time to rebuild. Better to wholely separate "pure packages" from
hacks.
2017-06-22 17:52:28 -04:00
..
add-flags.sh cc-wrapper: add-{flags,hardening} -> add-{flags,hardening}.sh 2016-08-23 15:27:51 +00:00
add-hardening.sh cc-wrapper: fix detection of unsupported linker flags 2016-08-24 10:59:52 +02:00
cc-wrapper.sh Merge branch 'response-files' of git://github.com/corngood/nixpkgs into staging 2016-10-31 10:07:30 -04:00
default.nix cc-wrapper: when cross building, wedge in setting AR, AS, and LD env vars to their cross building versions 2017-06-22 17:52:28 -04:00
gnat-wrapper.sh Merge branch 'master' into closure-size 2016-04-01 10:06:01 +02:00
gnatlink-wrapper.sh rename gcc-wrapper to cc-wrapper. 2015-01-14 20:26:56 -08:00
ld-solaris-wrapper.sh Replace hard coded /bin/bash occurrences 2016-10-04 20:15:37 +02:00
ld-wrapper.sh Merge branch 'response-files' of git://github.com/corngood/nixpkgs into staging 2016-10-31 10:07:30 -04:00
setup-hook.sh Merge branch 'master' into closure-size 2016-04-01 10:06:01 +02:00
utils.sh Fix parsing @args.rsp compiler arguments 2017-04-25 13:29:43 +00:00