diff --git a/compiler/utils/fpc.pp b/compiler/utils/fpc.pp index 4ea00a4c8f..c3d1bc34e3 100644 --- a/compiler/utils/fpc.pp +++ b/compiler/utils/fpc.pp @@ -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+'"');