mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-03 16:15:49 +02:00
Fix error in many images
This commit is contained in:
linux-armv7
linux-armv7a
linux-armv8
linux-mipsel
@ -12,7 +12,7 @@ RUN apt-get update \
|
||||
&& apt-get clean --yes
|
||||
|
||||
|
||||
# The CROSS_TRIPLE is a configured alias of the "aarch64-unknown-linux-gnueabi" target.
|
||||
# The CROSS_TRIPLE is a configured alias of the "arm-unknown-linux-gnueabi" target.
|
||||
ENV CROSS_TRIPLE armv7-unknown-linux-gnueabi
|
||||
ENV CROSS_ROOT ${XCC_PREFIX}/${CROSS_TRIPLE}
|
||||
ENV AS=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-as \
|
||||
|
@ -183,7 +183,7 @@ CT_ARCH_SUPPORTS_WITH_TUNE=y
|
||||
# CT_ARCH_SUPPORTS_SOFTFP is not set
|
||||
CT_ARCH_EXCLUSIVE_WITH_CPU=y
|
||||
CT_ARCH_ARCH=""
|
||||
CT_ARCH_FPU=""
|
||||
CT_ARCH_FPU="neon"
|
||||
# CT_ARCH_FLOAT_AUTO is not set
|
||||
# CT_ARCH_FLOAT_HW is not set
|
||||
# CT_ARCH_FLOAT_SOFTFP is not set
|
||||
|
Reference in New Issue
Block a user