nixpkgs/pkgs/build-support/cc-wrapper
John Ericson e755a8a27d treewide: Use targetPrefix instead of prefix for platform name prefixes
Certain tools, e.g. compilers, are customarily prefixed with the name of
their target platform so that multiple builds can be used at once
without clobbering each other on the PATH. I was using identifiers named
`prefix` for this purpose, but that conflicts with the standard use of
`prefix` to mean the directory where something is installed. To avoid
conflict and confusion, I renamed those to `targetPrefix`.
2017-11-27 03:15:50 -05:00
..
add-flags.sh Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper" 2017-09-07 12:51:21 +02:00
add-hardening.sh treewide: Use (( "${NIX_DEBUG:-0}" >= 1) )) consistently 2017-09-26 11:24:19 -04:00
cc-wrapper.sh cc-wrapper: disable POSIX compatibility 2017-11-05 12:19:37 +02:00
default.nix treewide: Use targetPrefix instead of prefix for platform name prefixes 2017-11-27 03:15:50 -05:00
gnat-wrapper.sh cc-wrapper: disable POSIX compatibility 2017-11-05 12:19:37 +02:00
gnatlink-wrapper.sh cc-wrapper: disable POSIX compatibility 2017-11-05 12:19:37 +02:00
ld-solaris-wrapper.sh cc-wrapper: Add set -x tracing for NIX_DEBUG >= 7 2017-09-26 11:24:19 -04:00
ld-wrapper.sh cc-wrapper: disable POSIX compatibility 2017-11-05 12:19:37 +02:00
macos-sierra-reexport-hack.bash Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper" 2017-09-07 12:51:21 +02:00
setup-hook.sh Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper" 2017-09-07 12:51:21 +02:00
utils.sh treewide: Use (( "${NIX_DEBUG:-0}" >= 1) )) consistently 2017-09-26 11:24:19 -04:00