mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
* z80-amstradcpc: fixed target naming mess, so -Tamstradcpc works now, also fixed the help text
This commit is contained in:
parent
27fb9086aa
commit
e0599bb231
@ -4275,7 +4275,7 @@ x*2Tfreertos_FreeRTOS
|
||||
x*2Tlinux_Linux
|
||||
# z80 targets
|
||||
Z*2Tembedded_Embedded
|
||||
Z*2Tamstradcpcp_Amstrad CPC
|
||||
Z*2Tamstradcpc_Amstrad CPC
|
||||
Z*2Tmsxdos_MSX-DOS
|
||||
Z*2Tzxspectrum_ZX Spectrum
|
||||
# wasm32 targets
|
||||
|
@ -31,8 +31,8 @@ unit i_amstradcpc;
|
||||
system_z80_amstradcpc_info : tsysteminfo =
|
||||
(
|
||||
system : system_z80_amstradcpc;
|
||||
name : 'AMSTRADCPC';
|
||||
shortname : 'CPC';
|
||||
name : 'Amstrad CPC';
|
||||
shortname : 'amstradcpc';
|
||||
flags : [
|
||||
tf_under_development,
|
||||
{$ifdef Z80_SMARTLINK_SECTIONS}
|
||||
|
Loading…
Reference in New Issue
Block a user