mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 13:21:35 +02:00
New GasCpuTypeStr array: GAS uses different names for cpu variants
git-svn-id: trunk@23176 -
This commit is contained in:
parent
548a687a17
commit
0af0da69b1
@ -63,6 +63,12 @@ Const
|
|||||||
'COLDFIRE'
|
'COLDFIRE'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
gascputypestr : array[tcputype] of string[8] = ('',
|
||||||
|
'68000',
|
||||||
|
'68020',
|
||||||
|
'cfv4e'
|
||||||
|
);
|
||||||
|
|
||||||
fputypestr : array[tfputype] of string[6] = ('',
|
fputypestr : array[tfputype] of string[6] = ('',
|
||||||
'SOFT',
|
'SOFT',
|
||||||
'LIBGCC',
|
'LIBGCC',
|
||||||
|
Loading…
Reference in New Issue
Block a user