diff options
author | Robin Gloster <mail@glob.in> | 2016-02-22 18:32:53 +0000 |
---|---|---|
committer | Robin Gloster <mail@glob.in> | 2016-02-22 18:32:53 +0000 |
commit | 402d57ee8e54f5f5e9398f61d1934de3ff66cf3c (patch) | |
tree | 0cb05cedee2857d4b29a488b9efb257bb5960d45 /pkgs/development/libraries/cloog/0.18.0.nix | |
parent | 57d6a38ed513e80fbd4135b7c2d3a9326a2649fc (diff) |
bootstrap env: disable stackprotector hardening until gcc >=4.9
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, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/cloog/0.18.0.nix b/pkgs/development/libraries/cloog/0.18.0.nix index ccd938283199d..3dc9587c9215c 100644 --- a/pkgs/development/libraries/cloog/0.18.0.nix +++ b/pkgs/development/libraries/cloog/0.18.0.nix @@ -18,6 +18,9 @@ stdenv.mkDerivation rec { doCheck = true; + # FIXME needs gcc 4.9 in bootstrap tools + hardening_stackprotector = false; + meta = { description = "Library that generates loops for scanning polyhedra"; |