From: Uwe Hermann Date: Sun, 9 Oct 2011 22:28:57 +0000 (+0200) Subject: Pass --disable-werror to openocd. X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=b14785fb35e726359d668300ea628613c74cbb51 Pass --disable-werror to openocd. Without this there can be compile errors on some platforms or compiler versions. --- 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 \