mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:19:24 +02:00
* removed spaces from sparc cpu name strings so they can be much easier used
git-svn-id: trunk@22891 -
This commit is contained in:
parent
a3a3cad8ee
commit
e190f76dd9
@ -61,9 +61,9 @@ const
|
||||
];
|
||||
|
||||
cputypestr : array[tcputype] of string[10] = ('',
|
||||
'SPARC V7',
|
||||
'SPARC V8',
|
||||
'SPARC V9'
|
||||
'SPARCV7',
|
||||
'SPARCV8',
|
||||
'SPARCV9'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[6] = ('',
|
||||
|
Loading…
Reference in New Issue
Block a user