Explorar o código

Reorder and complete list of supported CPUs

git-svn-id: trunk@45501 -
pierre %!s(int64=5) %!d(string=hai) anos
pai
achega
0a62e6040b
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      compiler/pp.pas

+ 4 - 2
compiler/pp.pas

@@ -29,19 +29,21 @@ program pp;
   AARCH64             generate a compiler for the AARCH64 (64bit ARM)
   AARCH64             generate a compiler for the AARCH64 (64bit ARM)
   ARM                 generate a compiler for the ARM
   ARM                 generate a compiler for the ARM
   AVR                 generate a compiler for the AVR
   AVR                 generate a compiler for the AVR
-  I8086               generate a compiler for the Intel 8086+
   I386                generate a compiler for the Intel i386+
   I386                generate a compiler for the Intel i386+
+  I8086               generate a compiler for the Intel 8086+
   JVM                 generate a compiler for the JVM (Java Virtual Machine)
   JVM                 generate a compiler for the JVM (Java Virtual Machine)
   M68K                generate a compiler for the M68000
   M68K                generate a compiler for the M68000
   MIPS                generate a compiler for the MIPS (Big Endian)
   MIPS                generate a compiler for the MIPS (Big Endian)
   MIPSEL              generate a compiler for the MIPSEL (Littel Endian)
   MIPSEL              generate a compiler for the MIPSEL (Littel Endian)
   POWERPC             generate a compiler for the PowerPC
   POWERPC             generate a compiler for the PowerPC
   POWERPC64           generate a compiler for the PowerPC64 architecture
   POWERPC64           generate a compiler for the PowerPC64 architecture
-  Z80                 generate a compiler for Z80
+  RISCV32             generate a compiler for the RiscV32 architecture
   RISCV64             generate a compiler for the RiscV64 architecture
   RISCV64             generate a compiler for the RiscV64 architecture
   SPARC               generate a compiler for SPARC
   SPARC               generate a compiler for SPARC
   SPARC64             generate a compiler for SPARC64
   SPARC64             generate a compiler for SPARC64
   X86_64              generate a compiler for the AMD x86-64 architecture
   X86_64              generate a compiler for the AMD x86-64 architecture
+  XTENSA              generate a compiler for XTENSA
+  Z80                 generate a compiler for Z80
 
 
   -----------------------------------------------------------------
   -----------------------------------------------------------------
   Other compiler switches
   Other compiler switches