소스 검색

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