mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 04:50:51 +01:00
+ added i8086 to the list of supported CPUs by FPC.exe
git-svn-id: trunk@25792 -
This commit is contained in:
parent
64df3503f3
commit
e160dab697
@ -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+'"');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user