lol

treewide: Do not limit hardenging because gcc 4.9 in bootstrap

Bootstrap tools has since been bumped

-51
-3
pkgs/development/interpreters/perl/default.nix
··· 69 69 70 70 enableParallelBuilding = true; 71 71 72 - # FIXME needs gcc 4.9 in bootstrap tools 73 - hardeningDisable = [ "stackprotector" ]; 74 - 75 72 preConfigure = 76 73 '' 77 74 configureFlags="$configureFlags -Dprefix=$out -Dman1dir=$out/share/man/man1 -Dman3dir=$out/share/man/man3"
-3
pkgs/development/libraries/cloog/0.18.0.nix
··· 18 18 19 19 doCheck = true; 20 20 21 - # FIXME needs gcc 4.9 in bootstrap tools 22 - hardeningDisable = [ "stackprotector" ]; 23 - 24 21 meta = { 25 22 description = "Library that generates loops for scanning polyhedra"; 26 23
-3
pkgs/development/libraries/gmp/5.1.x.nix
··· 18 18 19 19 nativeBuildInputs = [ m4 ]; 20 20 21 - # FIXME needs gcc 4.9 in bootstrap tools 22 - hardeningDisable = [ "format" "stackprotector" ]; 23 - 24 21 patches = if stdenv.isDarwin then [ ./need-size-t.patch ] else null; 25 22 26 23 configureFlags =
-3
pkgs/development/libraries/isl/0.14.1.nix
··· 12 12 13 13 enableParallelBuilding = true; 14 14 15 - # FIXME needs gcc 4.9 in bootstrap tools 16 - hardeningDisable = [ "stackprotector" ]; 17 - 18 15 meta = { 19 16 homepage = http://www.kotnet.org/~skimo/isl/; 20 17 license = stdenv.lib.licenses.lgpl21;
-3
pkgs/development/libraries/libelf/default.nix
··· 17 17 18 18 doCheck = true; 19 19 20 - # FIXME needs gcc 4.9 in bootstrap tools 21 - hardeningDisable = [ "stackprotector" ]; 22 - 23 20 # Libelf's custom NLS macros fail to determine the catalog file extension on 24 21 # Darwin, so disable NLS for now. 25 22 # FIXME: Eventually make Gettext a build input on all platforms.
-3
pkgs/development/libraries/libmpc/default.nix
··· 20 20 21 21 doCheck = hostPlatform == buildPlatform; 22 22 23 - # FIXME needs gcc 4.9 in bootstrap tools 24 - hardeningDisable = [ "stackprotector" ]; 25 - 26 23 meta = { 27 24 description = "Library for multiprecision complex arithmetic with exact rounding"; 28 25
-3
pkgs/development/libraries/mpfr/default.nix
··· 17 17 # mpfr.h requires gmp.h 18 18 propagatedBuildInputs = [ gmp ]; 19 19 20 - # FIXME needs gcc 4.9 in bootstrap tools 21 - hardeningDisable = [ "stackprotector" ]; 22 - 23 20 configureFlags = 24 21 stdenv.lib.optional hostPlatform.isSunOS "--disable-thread-safe" ++ 25 22 stdenv.lib.optional hostPlatform.is64bit "--with-pic";
-3
pkgs/development/libraries/zlib/default.nix
··· 29 29 setOutputFlags = false; 30 30 outputDoc = "dev"; # single tiny man3 page 31 31 32 - # FIXME needs gcc 4.9 in bootstrap tools 33 - hardeningDisable = [ "stackprotector" ]; 34 - 35 32 configureFlags = stdenv.lib.optional (!static) "--shared"; 36 33 37 34 postInstall = ''
-3
pkgs/development/tools/misc/binutils/default.nix
··· 61 61 62 62 inherit noSysDirs; 63 63 64 - # FIXME needs gcc 4.9 in bootstrap tools 65 - hardeningDisable = [ "stackprotector" ]; 66 - 67 64 preConfigure = '' 68 65 # Clear the default library search path. 69 66 if test "$noSysDirs" = "1"; then
-3
pkgs/development/tools/misc/gnum4/default.nix
··· 15 15 # Upstream is aware of it; it may be in the next release. 16 16 patches = [ ./s_isdir.patch ] ++ stdenv.lib.optional hostPlatform.isDarwin stdenv.secure-format-patch; 17 17 18 - # FIXME needs gcc 4.9 in bootstrap tools 19 - hardeningDisable = [ "stackprotector" ]; 20 - 21 18 meta = { 22 19 homepage = http://www.gnu.org/software/m4/; 23 20 description = "GNU M4, a macro processor";
-3
pkgs/development/tools/misc/patchelf/default.nix
··· 10 10 11 11 setupHook = [ ./setup-hook.sh ]; 12 12 13 - # FIXME needs gcc 4.9 in bootstrap tools 14 - hardeningDisable = [ "stackprotector" ]; 15 - 16 13 #doCheck = true; # problems when loading libc.so.6 17 14 18 15 meta = {
-3
pkgs/development/tools/misc/texinfo/6.3.nix
··· 17 17 18 18 configureFlags = stdenv.lib.optional stdenv.isSunOS "AWK=${gawk}/bin/awk"; 19 19 20 - # FIXME needs gcc 4.9 in bootstrap tools 21 - hardeningDisable = [ "stackprotector" ]; 22 - 23 20 preInstall = '' 24 21 installFlags="TEXMF=$out/texmf-dist"; 25 22 installTargets="install install-tex";
-3
pkgs/development/tools/parsing/bison/3.x.nix
··· 13 13 nativeBuildInputs = [ m4 perl ] ++ stdenv.lib.optional stdenv.isSunOS help2man; 14 14 propagatedBuildInputs = [ m4 ]; 15 15 16 - # FIXME needs gcc 4.9 in bootstrap tools 17 - hardeningDisable = [ "stackprotector" ]; 18 - 19 16 meta = { 20 17 homepage = http://www.gnu.org/software/bison/; 21 18 description = "Yacc-compatible parser generator";
-3
pkgs/os-specific/linux/paxctl/default.nix
··· 18 18 "MANDIR=share/man/man1" 19 19 ]; 20 20 21 - # FIXME needs gcc 4.9 in bootstrap tools 22 - hardeningDisable = [ "stackprotector" ]; 23 - 24 21 setupHook = ./setup-hook.sh; 25 22 26 23 meta = with stdenv.lib; {
-3
pkgs/tools/compression/xz/default.nix
··· 17 17 18 18 postInstall = "rm -rf $out/share/doc"; 19 19 20 - # FIXME needs gcc 4.9 in bootstrap tools 21 - hardeningDisable = [ "stackprotector" ]; 22 - 23 20 meta = with stdenv.lib; { 24 21 homepage = http://tukaani.org/xz/; 25 22 description = "XZ, general-purpose data compression software, successor of LZMA";
-3
pkgs/tools/misc/coreutils/default.nix
··· 21 21 sha256 = "0r8c1bgm68kl70j1lgd0rv12iykw6143k4m9a56xip9rc2hv25qi"; 22 22 }; 23 23 24 - # FIXME needs gcc 4.9 in bootstrap tools 25 - hardeningDisable = [ "stackprotector" ]; 26 - 27 24 patches = optional hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch; 28 25 29 26 # The test tends to fail on btrfs and maybe other unusual filesystems.
-3
pkgs/tools/system/which/default.nix
··· 8 8 sha256 = "1bgafvy3ypbhhfznwjv1lxmd6mci3x1byilnnkc7gcr486wlb8pl"; 9 9 }; 10 10 11 - # FIXME needs gcc 4.9 in bootstrap tools 12 - hardeningDisable = [ "stackprotector" ]; 13 - 14 11 meta = with stdenv.lib; { 15 12 homepage = http://ftp.gnu.org/gnu/which/; 16 13 platforms = platforms.all;