gcc46: turn off format hardening
This commit is contained in:
parent
e353185ceb
commit
0f2e638fe7
@ -189,6 +189,8 @@ stdenv.mkDerivation ({
|
||||
|
||||
inherit patches enableMultilib;
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
postPatch =
|
||||
if (stdenv.isGNU
|
||||
|| (libcCross != null # e.g., building `gcc.crossDrv'
|
||||
|
Loading…
Reference in New Issue
Block a user