0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

gcc43: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-02-23 07:54:51 +00:00
parent 928c904a5b
commit 087cb7ba5b

View file

@ -96,6 +96,7 @@ stdenv.mkDerivation ({
;
hardening_format = false;
hardening_stackprotector = false;
configureFlags = "
${if enableMultilib then "" else "--disable-multilib"}