+ support z80 in the fpc launcher utility

git-svn-id: trunk@45669 -
This commit is contained in:
nickysn 2020-06-20 23:30:50 +00:00
parent 78698beaad
commit 27943baa2f

View File

@ -269,6 +269,8 @@ program fpc;
cpusuffix:='x64'
else if processorstr='xtensa' then
cpusuffix:='xtensa'
else if processorstr='z80' then
cpusuffix:='z80'
else
error('Illegal processor type "'+processorstr+'"');