From 16cf4489336fcfddc3b335a499a958e0fd8277e7 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Fri, 15 Sep 2017 11:04:14 +0200 Subject: gettext, gcc5: enable stackprotector now This has been forgotten in #29349 ? --- pkgs/development/compilers/gcc/5/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/development/compilers/gcc/5') diff --git a/pkgs/development/compilers/gcc/5/default.nix b/pkgs/development/compilers/gcc/5/default.nix index f593e00ccfd4..7ddc52592ffd 100644 --- a/pkgs/development/compilers/gcc/5/default.nix +++ b/pkgs/development/compilers/gcc/5/default.nix @@ -221,8 +221,7 @@ stdenv.mkDerivation ({ inherit sha256; }; - # FIXME stackprotector needs gcc 4.9 in bootstrap tools - hardeningDisable = [ "stackprotector" "format" ]; + hardeningDisable = [ "format" ]; inherit patches; -- cgit 1.4.1