Browse Source

- removed wasm32 from the NO_NATIVE_COMPILER_CPU_LIST

Nikolay Nikolov 5 months ago
parent
commit
76d155d872
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/Makefile
  2. 1 1
      compiler/Makefile.fpc

+ 1 - 1
compiler/Makefile

@@ -373,7 +373,7 @@ CYCLETARGETS=i386 powerpc sparc arm x86_64 powerpc64 m68k armeb mipsel mips avr
 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
-NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80 wasm32
+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)),)
 NoNativeBinaries=1
 NoNativeBinaries=1

+ 1 - 1
compiler/Makefile.fpc

@@ -43,7 +43,7 @@ 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
 # 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 wasm32
+NO_NATIVE_COMPILER_CPU_LIST=avr i8086 jvm z80
 
 
 # Don't compile a native compiler & utilities for targets
 # Don't compile a native compiler & utilities for targets
 # which do not support it
 # which do not support it