summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-04-07 15:49:31 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-04-07 15:49:31 +0000
commit428daa671221a4f15a6d3629c513ba959b0da647 (patch)
tree6849cc7fa92f39e99881338982d6ca9ecbb63bf3
parentb473104cb9c361762ce8828bdf4d30e43374f551 (diff)
downloadfpc-428daa671221a4f15a6d3629c513ba959b0da647.tar.gz
Add sinclairql to NO_NATIVE_COMPILER_OS_LIST
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49133 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/Makefile2
-rw-r--r--compiler/Makefile.fpc2
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