mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 21:49:24 +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
@ -42,7 +42,7 @@ done
|
||||
|
||||
|
||||
# Adding cross compiler path in PATH env variable
|
||||
export PATH=/usr/xcc/aarch64-unknown-linux-gnueabi/bin:$PATH
|
||||
export PATH=/usr/xcc/aarch64-unknown-linux-gnu/bin:$PATH
|
||||
|
||||
OLD_PATH=$PATH
|
||||
CROSS_PY_BASE=/opt/_internal
|
||||
@ -94,8 +94,9 @@ for python_ver in $python_vers; do
|
||||
export PATH
|
||||
|
||||
./configure --prefix=${TARGET_PYPATH} \
|
||||
--host=aarch64-unknown-linux-gnueabi \
|
||||
--host=aarch64-unknown-linux-gnu \
|
||||
--build=x86_64-linux-gnu \
|
||||
--with-build-python=yes \
|
||||
--without-ensurepip \
|
||||
ac_cv_buggy_getaddrinfo=no \
|
||||
ac_cv_file__dev_ptmx=yes \
|
||||
|
Reference in New Issue
Block a user