nasm: set -Wno-error=attributes for gcc8 (#40431)
This commit is contained in:
parent
1ac644592c
commit
d93b3157c5
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
make golden && make test
|
make golden && make test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE="-Wno-error=attributes";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.nasm.us/;
|
homepage = http://www.nasm.us/;
|
||||||
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
|
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user