mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 12:46:06 +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] = ('',
|
cputypestr : array[tcputype] of string[10] = ('',
|
||||||
'SPARC V7',
|
'SPARCV7',
|
||||||
'SPARC V8',
|
'SPARCV8',
|
||||||
'SPARC V9'
|
'SPARCV9'
|
||||||
);
|
);
|
||||||
|
|
||||||
fputypestr : array[tfputype] of string[6] = ('',
|
fputypestr : array[tfputype] of string[6] = ('',
|
||||||
|
Loading…
Reference in New Issue
Block a user