diff options
author | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-04-07 15:49:31 +0000 |
---|---|---|
committer | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-04-07 15:49:31 +0000 |
commit | 428daa671221a4f15a6d3629c513ba959b0da647 (patch) | |
tree | 6849cc7fa92f39e99881338982d6ca9ecbb63bf3 /compiler/Makefile.fpc | |
parent | b473104cb9c361762ce8828bdf4d30e43374f551 (diff) | |
download | fpc-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
Diffstat (limited to 'compiler/Makefile.fpc')
-rw-r--r-- | compiler/Makefile.fpc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |