mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 09:29:35 +02:00
+ support z80 in the fpc launcher utility
git-svn-id: trunk@45669 -
This commit is contained in:
parent
78698beaad
commit
27943baa2f
@ -269,6 +269,8 @@ program fpc;
|
|||||||
cpusuffix:='x64'
|
cpusuffix:='x64'
|
||||||
else if processorstr='xtensa' then
|
else if processorstr='xtensa' then
|
||||||
cpusuffix:='xtensa'
|
cpusuffix:='xtensa'
|
||||||
|
else if processorstr='z80' then
|
||||||
|
cpusuffix:='z80'
|
||||||
else
|
else
|
||||||
error('Illegal processor type "'+processorstr+'"');
|
error('Illegal processor type "'+processorstr+'"');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user