diff --git a/pkgs/development/compilers/gcc/4.5/default.nix b/pkgs/development/compilers/gcc/4.5/default.nix index f3c3de3950f..2493593f357 100644 --- a/pkgs/development/compilers/gcc/4.5/default.nix +++ b/pkgs/development/compilers/gcc/4.5/default.nix @@ -135,10 +135,7 @@ stdenv.mkDerivation ({ }; hardening_format = false; - hardening_relro = name != "gnat"; - hardening_bindnow = name != "gnat"; - hardening_stackprotector = name != "gnat"; - hardening_strictoverflow = name != "gnat"; + hardening_all = name != "gnat"; patches = [ ]