Browse Source

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

git-svn-id: trunk@25792 -
nickysn 11 years ago
parent
commit
e160dab697
1 changed files with 2 additions and 0 deletions
  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+'"');