aboutsummaryrefslogtreecommitdiff
path: root/build-scp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-scp.sh')
-rwxr-xr-xbuild-scp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scp.sh b/build-scp.sh
index 76f0a2a..979e720 100755
--- a/build-scp.sh
+++ b/build-scp.sh
@@ -63,7 +63,7 @@ do_build ()
local outdir=$TOP_DIR/$SCP_PATH/output
mkdir -p ${outdir}
- CROSS_COMPILE=${SCP_COMPILER_PATH}/arm-none-eabi- make PRODUCT=$item MODE=$SCP_BUILD_MODE
+ make PRODUCT=$item MODE=$SCP_BUILD_MODE CC=${SCP_COMPILER_PATH}/arm-none-eabi-gcc
cp -r build/product/$item/* ${outdir}/
done
popd