Add support for -Ploongarch64 option

This commit is contained in:
Pierre Muller 2023-02-13 13:01:21 +00:00
parent c4c943c004
commit da0b554db1

View File

@ -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