Explorar o código

Do not set EXCLUDE_80BIT_TARGETS to 1 if OPT variable contains -dFPC_SOFT_FPUX80

git-svn-id: trunk@46507 -
pierre %!s(int64=5) %!d(string=hai) anos
pai
achega
ac36a214bf
Modificáronse 2 ficheiros con 63 adicións e 450 borrados
  1. 61 450
      compiler/Makefile
  2. 2 0
      compiler/Makefile.fpc

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 61 - 450
compiler/Makefile


+ 2 - 0
compiler/Makefile.fpc

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

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio