From f927de3280bdb3313668599d65492e92671e4001 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 6 Jan 2020 12:33:30 +0800 Subject: [PATCH] openocd: use --disable-werror Unbreaks build with recent GCC. --- artiq-fast/pkgs/openocd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq-fast/pkgs/openocd.nix b/artiq-fast/pkgs/openocd.nix index d96d650..974c220 100644 --- a/artiq-fast/pkgs/openocd.nix +++ b/artiq-fast/pkgs/openocd.nix @@ -32,6 +32,7 @@ stdenv.mkDerivation rec { "--enable-buspirate" "--enable-sysfsgpio" "--enable-remote-bitbang" + "--disable-werror" ]; NIX_CFLAGS_COMPILE = [