mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +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'
|
||||
else if processorstr='xtensa' then
|
||||
cpusuffix:='xtensa'
|
||||
else if processorstr='z80' then
|
||||
cpusuffix:='z80'
|
||||
else
|
||||
error('Illegal processor type "'+processorstr+'"');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user