proxmark3/covconfig.sh

10 lines
268 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2019-10-09 21:29:42 +08:00
set -e
. .coverity.conf || exit 1
2019-10-10 20:52:51 +08:00
# cov-configure --list-configured-compilers text
2019-10-09 21:29:42 +08:00
cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
2019-10-10 20:52:51 +08:00
# cov can't read gcov from gcc > 7
cov-configure --template --compiler $HOSTCC --comptype gcc