mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:58:06 +02:00
+ added wasip2 to the NO_NATIVE_COMPILER_OS_LIST
This commit is contained in:
parent
1d22802ba9
commit
42b466015d
@ -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
|
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
|
BETATARGETS=mips64 mips64el
|
||||||
ALLTARGETS=$(CYCLETARGETS)
|
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
|
NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80
|
||||||
ifneq ($(CPU_SOURCE),$(CPU_TARGET))
|
ifneq ($(CPU_SOURCE),$(CPU_TARGET))
|
||||||
ifneq ($(findstring $(CPU_TARGET),$(NO_NATIVE_COMPILER_CPU_LIST)),)
|
ifneq ($(findstring $(CPU_TARGET),$(NO_NATIVE_COMPILER_CPU_LIST)),)
|
||||||
|
@ -41,7 +41,7 @@ BETATARGETS=mips64 mips64el
|
|||||||
ALLTARGETS=$(CYCLETARGETS)
|
ALLTARGETS=$(CYCLETARGETS)
|
||||||
|
|
||||||
# All OS targets that do not support native compiler
|
# 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
|
# 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user