nixpkgs/pkgs/build-support/cc-wrapper
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
..
add-flags cc-wrapper: fix #10574: old gcc -> cc fallout 2016-02-05 14:05:14 +01:00
add-hardening Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
cc-wrapper.sh Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
default.nix Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
gnat-wrapper.sh cc-wrapper: quote when saving $PATH 2016-01-25 09:54:10 +01:00
gnatlink-wrapper.sh rename gcc-wrapper to cc-wrapper. 2015-01-14 20:26:56 -08:00
ld-solaris-wrapper.sh Fix compilation of GCC 4.9 on SmartOS. 2015-11-16 17:20:16 +01:00
ld-wrapper.sh Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
setup-hook.sh Remove gccStdInc 2015-05-13 18:17:25 +02:00
utils.sh rename gcc-wrapper to cc-wrapper. 2015-01-14 20:26:56 -08:00