41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
# CONFIG_SITE.linux-x86_64.Common
|
|
#
|
|
# Site override definitions for linux-x86_64 host builds
|
|
#-------------------------------------------------------
|
|
|
|
#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 solaris-sparc
|
|
#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040
|
|
#CROSS_COMPILER_TARGET_ARCHS = RTEMS-mvme2100
|
|
|
|
include $(CONFIG)/os/CONFIG_SITE.linux-x86.Common
|
|
|
|
GNU_HOST_ARCH_64=x86_64
|
|
|
|
# Windows cross builds using Wine
|
|
CROSS_COMPILER_TARGET_ARCHS += windows-x64
|
|
CROSS_COMPILER_RUNTEST_ARCHS += windows-x64
|
|
|
|
# Windows cross builds using mingw
|
|
CROSS_COMPILER_TARGET_ARCHS += windows-x64-mingw
|
|
CROSS_COMPILER_RUNTEST_ARCHS += windows-x64-mingw
|
|
|
|
# IOxOS IFC1211
|
|
#CROSS_COMPILER_TARGET_ARCHS += fslqoriq20-e6500_64
|
|
|
|
# Zynq
|
|
#CROSS_COMPILER_TARGET_ARCHS += yocto21-aarch64
|
|
CROSS_COMPILER_TARGET_ARCHS += yocto40-aarch64
|
|
|
|
# Debian
|
|
CROSS_COMPILER_TARGET_ARCHS += deb10-x86_64
|
|
CROSS_COMPILER_TARGET_ARCHS += deb12-x86_64
|
|
|
|
# Newer DeltaTau PowerPMAC
|
|
CROSS_COMPILER_TARGET_ARCHS += gcc8-ppc4xxFP
|
|
|
|
# Raspberry Pi
|
|
CROSS_COMPILER_TARGET_ARCHS += raspbian-arm
|
|
|
|
# NI Linux Real-Time 7.x
|
|
CROSS_COMPILER_TARGET_ARCHS += nilrt7-armv7a
|