From b14785fb35e726359d668300ea628613c74cbb51 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 10 Oct 2011 00:28:57 +0200 Subject: [PATCH 1/1] Pass --disable-werror to openocd. Without this there can be compile errors on some platforms or compiler versions. --- summon-arm-toolchain | 1 + 1 file changed, 1 insertion(+) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 705b9cc..558f314 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -442,6 +442,7 @@ if [ ! -e ${STAMPS}/openocd-${OOCD}.build ]; then CFLAGS="${CFLAGS} ${OOCD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${OOCD_LDFLAGS}" \ ../openocd-${OOCD}/configure --enable-maintainer-mode \ + --disable-werror \ --prefix=${PREFIX} \ --enable-dummy \ --enable-ft2232_libftdi \ -- 2.30.2