diff --git a/compiler/Makefile b/compiler/Makefile index 6c0cc5293d..d04f0b1b1a 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -353,7 +353,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 ALLTARGETS=$(CYCLETARGETS) NO_NATIVE_COMPILER_OS_LIST=amstradcpc embedded freertos gba macosclassic msdos msxdos nds palmos symbian watcom wii win16 zxspectrum -NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80 +NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80 wasm32 ifneq ($(CPU_SOURCE),$(CPU_TARGET)) ifneq ($(findstring $(CPU_TARGET),$(NO_NATIVE_COMPILER_CPU_LIST)),) NoNativeBinaries=1 diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index 38aa832ddf..2d88dc892d 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -40,7 +40,7 @@ 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 # All CPU targets that do not support native compiler -NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80 +NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80 wasm32 # Don't compile a native compiler & utilities for targets # which do not support it