gcc46: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-07 21:40:37 +00:00
parent e353185ceb
commit 0f2e638fe7

View File

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