memtest86+: Make compatible with gcc5
This commit is contained in:
parent
b6adf14ebf
commit
06b2804bea
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I.";
|
NIX_CFLAGS_COMPILE = "-I. -std=gnu90";
|
||||||
|
|
||||||
buildFlags = "memtest.bin";
|
buildFlags = "memtest.bin";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user