FreeBSD: arm port is fully supported and added to cross list

This commit is contained in:
Christian Jullien 2021-01-16 16:25:22 +01:00
parent 5aba20f270
commit f5f8326531
2 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ DEF-arm-vfp = -DTCC_TARGET_ARM -DTCC_ARM_VFP
DEF-arm-eabi = -DTCC_TARGET_ARM -DTCC_ARM_VFP -DTCC_ARM_EABI
DEF-arm-eabihf = $(DEF-arm-eabi) -DTCC_ARM_HARDFLOAT
DEF-arm = $(DEF-arm-eabihf)
DEF-arm-NetBSD = $(DEF-arm-eabihf) -DTARGETOS_FreeBSD
DEF-arm-wince = $(DEF-arm-eabihf) -DTCC_TARGET_PE
DEF-arm64 = -DTCC_TARGET_ARM64
DEF-arm64-FreeBSD = $(DEF-arm64) -DTARGETOS_FreeBSD

View File

@ -293,6 +293,7 @@ CROSS-TGTS = \
x86_64-OpenBSD \
arm-fpa \
arm-eabihf \
arm-NetBSD \
arm-wince \
arm64 \
arm64-FreeBSD \