nixpkgs/pkgs/development/compilers/go
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
..
1.4.nix Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
1.5.nix Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
1.6.nix Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
remove-tools-1.4.patch golang: Remove old, unused compilers 2015-08-19 13:25:44 -07:00
remove-tools-1.5.patch Fix go-tools to include cover/vet for 1.4 but not 1.5 onward 2015-08-27 01:02:00 -07:00
setup-hook.sh new Go support function 'buildGoPackage' 2015-02-03 14:21:48 +01:00
strip.patch go-1.5: fix build on darwin, set to default version for all platforms 2015-10-19 16:14:36 -07:00