From 3ac0522f70fd2e0eaf66858f64d3d00b73eed42a Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 7 Apr 2021 15:49:31 +0000 Subject: [PATCH] Add sinclairql to NO_NATIVE_COMPILER_OS_LIST git-svn-id: trunk@49133 - --- compiler/Makefile | 2 +- compiler/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/Makefile b/compiler/Makefile index a8a567c966..e373cb81cc 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -352,7 +352,7 @@ override PACKAGE_VERSION=3.3.1 unexport FPC_VERSION FPC_COMPILERINFO CYCLETARGETS=i386 powerpc sparc arm x86_64 powerpc64 m68k armeb mipsel mips avr jvm i8086 aarch64 sparc64 riscv32 riscv64 xtensa z80 wasm32 ALLTARGETS=$(CYCLETARGETS) -NO_NATIVE_COMPILER_OS_LIST=amstradcpc embedded freertos gba macosclassic msdos msxdos nds palmos symbian watcom wii win16 zxspectrum +NO_NATIVE_COMPILER_OS_LIST=amstradcpc embedded freertos gba macosclassic msdos msxdos nds palmos sinclairql symbian watcom wii win16 zxspectrum NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80 wasm32 ifneq ($(CPU_SOURCE),$(CPU_TARGET)) ifneq ($(findstring $(CPU_TARGET),$(NO_NATIVE_COMPILER_CPU_LIST)),) diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index 2d88dc892d..7082b7d7e9 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -38,7 +38,7 @@ CYCLETARGETS=i386 powerpc sparc arm x86_64 powerpc64 m68k armeb mipsel mips avr ALLTARGETS=$(CYCLETARGETS) # All OS targets that do not support native compiler -NO_NATIVE_COMPILER_OS_LIST=amstradcpc embedded freertos gba macosclassic msdos msxdos nds palmos symbian watcom wii win16 zxspectrum +NO_NATIVE_COMPILER_OS_LIST=amstradcpc embedded freertos gba macosclassic msdos msxdos nds palmos sinclairql symbian watcom wii win16 zxspectrum # All CPU targets that do not support native compiler NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80 wasm32