mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-15 07:29:24 +02:00
Fix ARMv8 rpi, ARMv6, MIPS, MIPS64 and s390x images
This commit is contained in:
@ -127,7 +127,7 @@ CT_ARCH="s390"
|
||||
# CT_ARCH_MIPS is not set
|
||||
# CT_ARCH_NIOS2 is not set
|
||||
# CT_ARCH_POWERPC is not set
|
||||
CT_ARCH_s390=y
|
||||
CT_ARCH_S390=y
|
||||
# CT_ARCH_SH is not set
|
||||
# CT_ARCH_SPARC is not set
|
||||
# CT_ARCH_X86 is not set
|
||||
@ -150,37 +150,20 @@ CT_ARCH_SUFFIX=""
|
||||
# CT_MULTILIB is not set
|
||||
CT_DEMULTILIB=y
|
||||
CT_ARCH_USE_MMU=y
|
||||
CT_ARCH_SUPPORTS_EITHER_ENDIAN=y
|
||||
CT_ARCH_DEFAULT_BE=y
|
||||
CT_ARCH_BE=y
|
||||
# CT_ARCH_LE is not set
|
||||
CT_ARCH_ENDIAN="big"
|
||||
CT_ARCH_SUPPORTS_32=y
|
||||
CT_ARCH_SUPPORTS_64=y
|
||||
CT_ARCH_DEFAULT_32=y
|
||||
CT_ARCH_BITNESS=32
|
||||
CT_ARCH_32=y
|
||||
# CT_ARCH_64 is not set
|
||||
CT_ARCH_BITNESS=64
|
||||
CT_ARCH_64=y
|
||||
# CT_ARCH_32 is not set
|
||||
|
||||
#
|
||||
# Target optimisations
|
||||
#
|
||||
CT_ARCH_SUPPORTS_WITH_ARCH=y
|
||||
CT_ARCH_SUPPORTS_WITH_CPU=y
|
||||
CT_ARCH_SUPPORTS_WITH_TUNE=y
|
||||
# CT_ARCH_SUPPORTS_WITH_FLOAT is not set
|
||||
# CT_ARCH_SUPPORTS_WITH_FPU is not set
|
||||
# CT_ARCH_SUPPORTS_SOFTFP is not set
|
||||
# CT_ARCH_EXCLUSIVE_WITH_CPU is not set
|
||||
CT_ARCH_ARCH=""
|
||||
CT_ARCH_SUPPORTS_WITH_FPU=y
|
||||
CT_ARCH_FPU=""
|
||||
# CT_ARCH_FLOAT_AUTO is not set
|
||||
# CT_ARCH_FLOAT_HW is not set
|
||||
# CT_ARCH_FLOAT_SOFTFP is not set
|
||||
# CT_ARCH_FLOAT_SW is not set
|
||||
CT_TARGET_CFLAGS=""
|
||||
CT_TARGET_LDFLAGS=""
|
||||
CT_ARCH_FLOAT="hard"
|
||||
|
||||
#
|
||||
# Toolchain options
|
||||
|
Reference in New Issue
Block a user