소스 검색

+ added i8086 to the list of supported CPUs by FPC.exe

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

+ 2 - 0
compiler/utils/fpc.pp

@@ -224,6 +224,8 @@ program fpc;
                              cpusuffix:='x64'
                            else if processorstr='jvm' then
                              cpusuffix:='jvm'
+                           else if processorstr='i8086' then
+                             cpusuffix:='8086'
                            else
                              error('Illegal processor type "'+processorstr+'"');