gcc43: disable stackprotector hardening
This commit is contained in:
parent
928c904a5b
commit
087cb7ba5b
@ -96,6 +96,7 @@ stdenv.mkDerivation ({
|
||||
;
|
||||
|
||||
hardening_format = false;
|
||||
hardening_stackprotector = false;
|
||||
|
||||
configureFlags = "
|
||||
${if enableMultilib then "" else "--disable-multilib"}
|
||||
|
Loading…
Reference in New Issue
Block a user