gcc43/ghdl: turn off format hardening
This commit is contained in:
parent
abac1eb918
commit
9b4c99edc6
@ -82,7 +82,7 @@ stdenv.mkDerivation ({
|
|||||||
++ optional langJava ./java-jvgenmain-link.patch
|
++ optional langJava ./java-jvgenmain-link.patch
|
||||||
++ optional langVhdl ./ghdl-ortho-cflags.patch
|
++ optional langVhdl ./ghdl-ortho-cflags.patch
|
||||||
++ optional langVhdl ./ghdl-runtime-o2.patch;
|
++ optional langVhdl ./ghdl-runtime-o2.patch;
|
||||||
|
|
||||||
inherit noSysDirs profiledCompiler staticCompiler crossStageStatic
|
inherit noSysDirs profiledCompiler staticCompiler crossStageStatic
|
||||||
binutilsCross libcCross;
|
binutilsCross libcCross;
|
||||||
targetConfig = if cross != null then cross.config else null;
|
targetConfig = if cross != null then cross.config else null;
|
||||||
@ -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"}
|
||||||
@ -124,7 +126,7 @@ stdenv.mkDerivation ({
|
|||||||
NIX_EXTRA_LDFLAGS = if staticCompiler then "-static" else "";
|
NIX_EXTRA_LDFLAGS = if staticCompiler then "-static" else "";
|
||||||
|
|
||||||
inherit gmp mpfr;
|
inherit gmp mpfr;
|
||||||
|
|
||||||
passthru = { inherit langC langCC langFortran langVhdl langTreelang
|
passthru = { inherit langC langCC langFortran langVhdl langTreelang
|
||||||
enableMultilib; };
|
enableMultilib; };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user