coverity-scan.sh: cov-configure gcc cross-compiler

This commit is contained in:
Giacomo Tesio 2016-11-26 23:23:53 +01:00
parent 2c8fe02c2d
commit 346a00bbd1
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ echo
if [ "$1" != "prepare" ]; then
export TOOLPREFIX=x86_64-jehanne-
export CC=x86_64-jehanne-gcc
cov-configure --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc
build all
fi