浏览代码

+ 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+'"');