mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 01:19:19 +02:00
Add support for -Ploongarch64 option
This commit is contained in:
parent
c4c943c004
commit
da0b554db1
@ -255,6 +255,8 @@ program fpc;
|
||||
cpusuffix:='8086'
|
||||
else if processorstr='jvm' then
|
||||
cpusuffix:='jvm'
|
||||
else if processorstr='loongarch64' then
|
||||
cpusuffix:='loongarch64'
|
||||
else if processorstr='m68k' then
|
||||
cpusuffix:='68k'
|
||||
else if processorstr='mips' then
|
||||
|
Loading…
Reference in New Issue
Block a user