Update git action and crosstool-ng

This commit is contained in:
2021-05-14 17:14:22 +02:00
parent c7fcae512e
commit f6eb0cb349
2 changed files with 8 additions and 7 deletions

View File

@ -66,11 +66,11 @@ cd "${CTNG}"
# Download and install the "crosstool-ng" source.
# crosstool-ng master 2021-05-12
COMMIT=f9716e8b9042eb14de85320987300aab99300df5
#COMMIT=f9716e8b9042eb14de85320987300aab99300df5
git clone https://github.com/crosstool-ng/crosstool-ng.git
cd "crosstool-ng"
git checkout ${COMMIT}
#git checkout ${COMMIT}
# Bootstrap and install the tool.
BOOTSTRAP_PREFIX="${CTNG}/prefix"