forked from M-Labs/nix-scripts
openocd: use --disable-werror
Unbreaks build with recent GCC.
This commit is contained in:
parent
beee821588
commit
f927de3280
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
"--enable-buspirate"
|
"--enable-buspirate"
|
||||||
"--enable-sysfsgpio"
|
"--enable-sysfsgpio"
|
||||||
"--enable-remote-bitbang"
|
"--enable-remote-bitbang"
|
||||||
|
"--disable-werror"
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [
|
NIX_CFLAGS_COMPILE = [
|
||||||
|
|
Loading…
Reference in New Issue