mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
* fix alphabetical sorting of targets in comment
This commit is contained in:
parent
b900e5f611
commit
66ffc986c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user