repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'RfidResearchGroup:master' into spi_flash_v2
[RRG-proxmark3.git]
/
covconfig.sh
blob
3d13786cb54538e1b6bc3c6a68593d6c3050aa91
1
#!/usr/bin/env bash
2
3
set -e
4
. .coverity.conf ||
exit
1
5
6
# cov-configure --list-configured-compilers text
7
cov-configure
--template --compiler
arm-none-eabi-gcc
--comptype
gcc
8
cov-configure
--template --compiler
$HOSTCC
--comptype
gcc