1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00
nixpkgs/pkgs/stdenv
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
..
cygwin cygwin: stdenv 2015-05-28 10:53:34 +02:00
darwin cc-wrapper: fix on darwin 2016-01-19 17:47:11 -05:00
freebsd FreeBSD: improve bootstrapping, re-enable bdb for heimdal 2016-01-01 17:01:13 +00:00
generic stdenv: set SSL_CERT_FILE only if it isn't already 2016-02-25 13:53:29 +03:00
linux make-bootstrap-tools: fix #13629: glibc problems 2016-03-03 12:09:50 +01:00
native FreeBSD: undo removal of Solaris and remove changes to native stdenv now that FreeBSD has its own 2016-01-01 17:01:13 +00:00
nix Fix "nix" stdenv (close #13554) 2016-02-28 19:49:35 +01:00
adapters.nix Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
common-path.nix
default.nix Merge branch 'master' into staging 2016-01-05 10:28:58 +01:00