treewide: Do not limit hardenging because gcc 4.9 in bootstrap
Bootstrap tools has since been bumped
This commit is contained in:
@@ -61,9 +61,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
inherit noSysDirs;
|
||||
|
||||
# FIXME needs gcc 4.9 in bootstrap tools
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
preConfigure = ''
|
||||
# Clear the default library search path.
|
||||
if test "$noSysDirs" = "1"; then
|
||||
|
||||
Reference in New Issue
Block a user