|
@@ -1016,6 +1016,7 @@ cvstest:
|
|
# This is also the case for other CPUs that don't support
|
|
# This is also the case for other CPUs that don't support
|
|
# 80bit real type.
|
|
# 80bit real type.
|
|
|
|
|
|
|
|
+ifneq ($(findstring -dFPC_SOFT_FPUX80,$(OPT)),)
|
|
ifeq ($(OS_SOURCE),win64)
|
|
ifeq ($(OS_SOURCE),win64)
|
|
EXCLUDE_80BIT_TARGETS=1
|
|
EXCLUDE_80BIT_TARGETS=1
|
|
endif
|
|
endif
|
|
@@ -1023,6 +1024,7 @@ endif
|
|
ifneq ($(findstring $(CPU_SOURCE),aarch64 arm avr jvm m68k mips mipsel powerpc powerpc64 sparc sparc64 riscv32 riscv64 xtensa),)
|
|
ifneq ($(findstring $(CPU_SOURCE),aarch64 arm avr jvm m68k mips mipsel powerpc powerpc64 sparc sparc64 riscv32 riscv64 xtensa),)
|
|
EXCLUDE_80BIT_TARGETS=1
|
|
EXCLUDE_80BIT_TARGETS=1
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
|
|
|
|
full: fullcycle
|
|
full: fullcycle
|
|
|
|
|