mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
+ 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:
parent
ea8f068817
commit
4be5609809
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user