gcc43/ghdl: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-22 08:47:25 +00:00
parent abac1eb918
commit 9b4c99edc6

View File

@ -95,6 +95,8 @@ stdenv.mkDerivation ({
++ (optionals langVhdl [gnat])
;
hardening_format = false;
configureFlags = "
${if enableMultilib then "" else "--disable-multilib"}
${if enableShared then "" else "--disable-shared"}