瀏覽代碼

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

git-svn-id: trunk@25792 -
nickysn 11 年之前
父節點
當前提交
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'
                              cpusuffix:='x64'
                            else if processorstr='jvm' then
                            else if processorstr='jvm' then
                              cpusuffix:='jvm'
                              cpusuffix:='jvm'
+                           else if processorstr='i8086' then
+                             cpusuffix:='8086'
                            else
                            else
                              error('Illegal processor type "'+processorstr+'"');
                              error('Illegal processor type "'+processorstr+'"');