mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-20 18:04:26 +02:00
Fix manylinux2014-aarch64 image building
* switch image to crosstool-ng 1.25.0 * remove support of ct-ng 1.13.0 and set 1.25.0 as the default version
This commit is contained in:

committed by
Mickaël Guérin

parent
670f7f7c5c
commit
f152c4b25e
@ -53,8 +53,8 @@ if [ -z ${CONFIG_PATH} ] || [ ! -f ${CONFIG_PATH} ]; then
|
||||
fi
|
||||
|
||||
if [ -z ${REV} ]; then
|
||||
echo "WARNING: No version selected, use default version: crosstool-ng-1.23.0 (-v)."
|
||||
REV=crosstool-ng-1.23.0
|
||||
echo "WARNING: No version selected, use default version: crosstool-ng-1.25.0 (-v)."
|
||||
REV=crosstool-ng-1.25.0
|
||||
fi
|
||||
|
||||
|
||||
@ -75,15 +75,6 @@ git fetch --tags
|
||||
# checkout
|
||||
git checkout ${REV}
|
||||
|
||||
if [ ${REV} = "crosstool-ng-1.23.0" ]; then
|
||||
patch scripts/build/companion_libs/210-expat.sh -i /dockcross/crosstool-ng-expat.patch
|
||||
# Patch to fix error with bash 5 and up: https://github.com/pfalcon/esp-open-sdk/issues/365
|
||||
patch configure.ac -i /dockcross/Fix-error-with-bash-5-and-up.patch
|
||||
# Clean patch
|
||||
rm /dockcross/Fix-error-with-bash-5-and-up.patch
|
||||
rm /dockcross/crosstool-ng-expat.patch
|
||||
fi
|
||||
|
||||
# Bootstrap and install the tool.
|
||||
BOOTSTRAP_PREFIX="${CTNG}/prefix"
|
||||
./bootstrap
|
||||
|
Reference in New Issue
Block a user