diff --git a/compiler/Makefile b/compiler/Makefile index 824e61f599..4ea42d2a68 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -372,7 +372,7 @@ 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 loongarch64 BETATARGETS=mips64 mips64el ALLTARGETS=$(CYCLETARGETS) -NO_NATIVE_COMPILER_OS_LIST=amstradcpc embedded freertos gba macosclassic msdos msxdos nds palmos sinclairql symbian watcom wii win16 zxspectrum ps1 +NO_NATIVE_COMPILER_OS_LIST=amstradcpc embedded freertos gba macosclassic msdos msxdos nds palmos sinclairql symbian watcom wii win16 zxspectrum ps1 wasip2 NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80 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 effdb61361..c3d1c0b042 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -41,7 +41,7 @@ BETATARGETS=mips64 mips64el 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 sinclairql symbian watcom wii win16 zxspectrum ps1 +NO_NATIVE_COMPILER_OS_LIST=amstradcpc embedded freertos gba macosclassic msdos msxdos nds palmos sinclairql symbian watcom wii win16 zxspectrum ps1 wasip2 # All CPU targets that do not support native compiler NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80