gcc43/ghdl: turn off format hardening
This commit is contained in:
parent
abac1eb918
commit
9b4c99edc6
@ -95,6 +95,8 @@ stdenv.mkDerivation ({
|
|||||||
++ (optionals langVhdl [gnat])
|
++ (optionals langVhdl [gnat])
|
||||||
;
|
;
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
configureFlags = "
|
configureFlags = "
|
||||||
${if enableMultilib then "" else "--disable-multilib"}
|
${if enableMultilib then "" else "--disable-multilib"}
|
||||||
${if enableShared then "" else "--disable-shared"}
|
${if enableShared then "" else "--disable-shared"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user