coverity-scan.sh: set CC=x86_64-jehanne-gcc

This commit is contained in:
Giacomo Tesio 2016-11-26 21:59:01 +01:00
parent 11d420e1f0
commit 2c8fe02c2d
1 changed files with 2 additions and 3 deletions

View File

@ -24,12 +24,11 @@ if [ ! -f "$JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc" ]; then
fi
fi
export TOOLPREFIX=x86_64-jehanne-
export CC=gcc
echo
if [ "$1" != "prepare" ]; then
export TOOLPREFIX=x86_64-jehanne-
export CC=x86_64-jehanne-gcc
build all
fi