diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2017-09-14 01:45:14 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2017-09-14 10:27:13 -0400 |
commit | e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16 (patch) | |
tree | f23586f24b14ab5a5c1940f85ba965aa9cb9ad9a /pkgs/development/libraries/cloog/0.18.0.nix | |
parent | 392a014ff2309bb86b3fdefba96b5c3b7d263f30 (diff) |
treewide: Do not limit hardenging because gcc 4.9 in bootstrap
Bootstrap tools has since been bumped
Diffstat (limited to 'pkgs/development/libraries/cloog/0.18.0.nix')
-rw-r--r-- | pkgs/development/libraries/cloog/0.18.0.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/libraries/cloog/0.18.0.nix b/pkgs/development/libraries/cloog/0.18.0.nix index 359bde2e0582a..ccd938283199d 100644 --- a/pkgs/development/libraries/cloog/0.18.0.nix +++ b/pkgs/development/libraries/cloog/0.18.0.nix @@ -18,9 +18,6 @@ stdenv.mkDerivation rec { doCheck = true; - # FIXME needs gcc 4.9 in bootstrap tools - hardeningDisable = [ "stackprotector" ]; - meta = { description = "Library that generates loops for scanning polyhedra"; |