gcc48: turn off format hardening

wip/yesman
Robin Gloster 8 years ago
parent f43398c91f
commit 09a5af76b5
  1. 2
      pkgs/development/compilers/gcc/4.8/default.nix

@ -218,6 +218,8 @@ stdenv.mkDerivation ({
inherit patches;
hardening_format = false;
postPatch =
if (stdenv.isGNU
|| (libcCross != null # e.g., building `gcc.crossDrv'

Loading…
Cancel
Save