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