+ added wasm32 to the list of targets that don't support a native compiler

git-svn-id: branches/wasm@48952 -
This commit is contained in:
nickysn 2021-03-13 21:56:01 +00:00
parent ea8f068817
commit 4be5609809
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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