Fix arm NetBSD cross compilation
This commit is contained in:
parent
d60d2bb60e
commit
593bed9b52
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -108,7 +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-eabi = -DTCC_TARGET_ARM -DTCC_ARM_VFP -DTCC_ARM_EABI
|
||||||
DEF-arm-eabihf = $(DEF-arm-eabi) -DTCC_ARM_HARDFLOAT
|
DEF-arm-eabihf = $(DEF-arm-eabi) -DTCC_ARM_HARDFLOAT
|
||||||
DEF-arm = $(DEF-arm-eabihf)
|
DEF-arm = $(DEF-arm-eabihf)
|
||||||
DEF-arm-NetBSD = $(DEF-arm-eabihf) -DTARGETOS_FreeBSD
|
DEF-arm-NetBSD = $(DEF-arm-eabihf) -DTARGETOS_NetBSD
|
||||||
DEF-arm-wince = $(DEF-arm-eabihf) -DTCC_TARGET_PE
|
DEF-arm-wince = $(DEF-arm-eabihf) -DTCC_TARGET_PE
|
||||||
DEF-arm64 = -DTCC_TARGET_ARM64
|
DEF-arm64 = -DTCC_TARGET_ARM64
|
||||||
DEF-arm64-FreeBSD = $(DEF-arm64) -DTARGETOS_FreeBSD
|
DEF-arm64-FreeBSD = $(DEF-arm64) -DTARGETOS_FreeBSD
|
||||||
|
|
Loading…
Reference in a new issue