Browse Source

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

git-svn-id: trunk@46507 -
pierre 5 years ago
parent
commit
ac36a214bf
2 changed files with 63 additions and 450 deletions
  1. 61 450
      compiler/Makefile
  2. 2 0
      compiler/Makefile.fpc

File diff suppressed because it is too large
+ 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
 

Some files were not shown because too many files changed in this diff