avrgcclibc: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-07 15:49:09 +00:00
parent 08caf7b6e4
commit 955a9a3be7

View File

@ -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" ];