diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index a3d9cad4bb..ab8cba444e 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -16,7 +16,9 @@ cd "$(dirname "$0")" || exit 1 -CROSSGCC_VERSION="$(git log -n 1 --pretty=%cd --date=short .)_$(git log -n 1 --pretty=%h .)" +if [ -z "$CROSSGCC_VERSION" ]; then + CROSSGCC_VERSION="$(git log -n 1 --pretty=%cd --date=short .)_$(git log -n 1 --pretty=%h .)" +fi # default settings PACKAGE=GCC