gcc6: disable format hardening flag

wip/yesman
Robin Gloster 8 years ago
parent 99cc3fa6ca
commit 06ed235347
  1. 2
      pkgs/development/compilers/gcc/6/default.nix

@ -223,6 +223,8 @@ stdenv.mkDerivation ({
libc_dev = stdenv.cc.libc_dev;
hardeningDisable = [ "format" ];
postPatch =
if (stdenv.isGNU
|| (libcCross != null # e.g., building `gcc.crossDrv'

Loading…
Cancel
Save