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

git-svn-id: trunk@25792 -
This commit is contained in:
nickysn 2013-10-15 13:29:51 +00:00
parent 64df3503f3
commit e160dab697

View File

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