Explorar o código

Add support for -Ploongarch64 option

Pierre Muller %!s(int64=2) %!d(string=hai) anos
pai
achega
c8b2a36bb1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/utils/fpc.pp

+ 2 - 0
compiler/utils/fpc.pp

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