mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-22 19:03:35 +02:00
Update git action and crosstool-ng
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user