Update setdevkitpath.sh

This commit is contained in:
Duy Tran Khanh 2021-06-10 05:05:02 +07:00 committed by GitHub
parent 4256467a53
commit e9f8d7665b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,3 +74,8 @@ export OBJCOPY=$TOOLCHAIN/bin/$TARGET-objcopy
export RANLIB=$TOOLCHAIN/bin/$TARGET-ranlib
export STRIP=$TOOLCHAIN/bin/$TARGET-strip
fi
echo "--- GCC time ---"
$CC --version
echo "--- G++ time ---"
$CXX --version
exit 1