From 66ffc986c02bc46b3abf1f9e6defc054c4d465b3 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Sun, 29 Sep 2024 17:39:41 +0300 Subject: [PATCH] * fix alphabetical sorting of targets in comment --- compiler/pp.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pp.pas b/compiler/pp.pas index fcd25ab788..4b3261ed84 100644 --- a/compiler/pp.pas +++ b/compiler/pp.pas @@ -32,6 +32,7 @@ program pp; 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) + LOONGARCH64 generate a compiler for the LoongArch64 architecture M68K generate a compiler for the M68000 MIPS generate a compiler for the MIPS (Big Endian) MIPSEL generate a compiler for the MIPSEL (Littel Endian) @@ -45,7 +46,6 @@ program pp; X86_64 generate a compiler for the AMD x86-64 architecture XTENSA generate a compiler for XTENSA Z80 generate a compiler for Z80 - LOONGARCH64 generate a compiler for the LoongArch64 architecture ----------------------------------------------------------------- Other compiler switches