소스 검색

+ support z80 in the fpc launcher utility

git-svn-id: trunk@45669 -
nickysn 5 년 전
부모
커밋
27943baa2f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/utils/fpc.pp

+ 2 - 0
compiler/utils/fpc.pp

@@ -269,6 +269,8 @@ program fpc;
                              cpusuffix:='x64'
                              cpusuffix:='x64'
                            else if processorstr='xtensa' then
                            else if processorstr='xtensa' then
                              cpusuffix:='xtensa'
                              cpusuffix:='xtensa'
+                           else if processorstr='z80' then
+                             cpusuffix:='z80'
                            else
                            else
                              error('Illegal processor type "'+processorstr+'"');
                              error('Illegal processor type "'+processorstr+'"');