memtest86+: Make compatible with gcc5

This commit is contained in:
William A. Kennington III 2015-06-27 15:49:30 -07:00
parent b6adf14ebf
commit 06b2804bea

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
fi
'';
NIX_CFLAGS_COMPILE = "-I.";
NIX_CFLAGS_COMPILE = "-I. -std=gnu90";
buildFlags = "memtest.bin";