about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/bison
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 01:45:14 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 10:27:13 -0400
commite5567bae2dc8eaf61bb31d1913a3f5e4c910fa16 (patch)
treef23586f24b14ab5a5c1940f85ba965aa9cb9ad9a /pkgs/development/tools/parsing/bison
parent392a014ff2309bb86b3fdefba96b5c3b7d263f30 (diff)
downloadnixlib-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar
nixlib-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.gz
nixlib-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.bz2
nixlib-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.lz
nixlib-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.xz
nixlib-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.zst
nixlib-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.zip
treewide: Do not limit hardenging because gcc 4.9 in bootstrap
Bootstrap tools has since been bumped
Diffstat (limited to 'pkgs/development/tools/parsing/bison')
-rw-r--r--pkgs/development/tools/parsing/bison/3.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/tools/parsing/bison/3.x.nix b/pkgs/development/tools/parsing/bison/3.x.nix
index f4d02043066e..2b0c14ea8321 100644
--- a/pkgs/development/tools/parsing/bison/3.x.nix
+++ b/pkgs/development/tools/parsing/bison/3.x.nix
@@ -13,9 +13,6 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ m4 perl ] ++ stdenv.lib.optional stdenv.isSunOS help2man;
   propagatedBuildInputs = [ m4 ];
 
-  # FIXME needs gcc 4.9 in bootstrap tools
-  hardeningDisable = [ "stackprotector" ];
-
   meta = {
     homepage = http://www.gnu.org/software/bison/;
     description = "Yacc-compatible parser generator";