bootstrap env: disable stackprotector hardening until gcc >=4.9

This commit is contained in:
Robin Gloster
2016-02-22 18:32:53 +00:00
parent 57d6a38ed5
commit 402d57ee8e
20 changed files with 60 additions and 2 deletions
+3
View File
@@ -20,6 +20,9 @@ let
sha256 = "0w11jw3fb5sslf0f72kxy7llxgk1ia3a6bcw0c9kmvxrlj355mx2";
};
# FIXME needs gcc 4.9 in bootstrap tools
hardening_stackprotector = false;
patches = if stdenv.isCygwin then ./coreutils-8.23-4.cygwin.patch else
(if stdenv.isArm then (fetchurl {
url = "http://git.savannah.gnu.org/cgit/coreutils.git/patch/?id=3ba68f9e64fa2eb8af22d510437a0c6441feb5e0";