gcc/isl: move bootstrap hardening flags to new bootstrap env

This commit is contained in:
Robin Gloster
2016-03-28 19:17:23 +00:00
parent f60c9df0ba
commit 7dea0e91ac
4 changed files with 6 additions and 6 deletions
@@ -220,8 +220,7 @@ stdenv.mkDerivation ({
inherit patches;
# FIXME stackprotector needs gcc 4.9 in bootstrap tools
hardeningDisable = [ "format" "stackprotector" ];
hardeningDisable = [ "format" ];
postPatch =
if (stdenv.isGNU