瀏覽代碼

Add support for -Ploongarch64 option

Pierre Muller 2 年之前
父節點
當前提交
c8b2a36bb1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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