avrgcclibc: turn off format hardening
This commit is contained in:
parent
08caf7b6e4
commit
955a9a3be7
@ -26,6 +26,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ gmp mpfr libmpc zlib ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
# Make sure we don't strip the libraries in lib/gcc/avr.
|
||||
stripDebugList= [ "bin" "avr/bin" "libexec" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user