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
@@ -13,9 +13,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# FIXME needs gcc 4.9 in bootstrap tools
hardeningDisable = [ "stackprotector" ];
meta = {
homepage = http://www.kotnet.org/~skimo/isl/;
license = stdenv.lib.licenses.lgpl21;
@@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# FIXME needs gcc 4.9 in bootstrap tools
hardeningDisable = [ "stackprotector" ];
meta = {
homepage = http://www.kotnet.org/~skimo/isl/;
license = stdenv.lib.licenses.lgpl21;