New GasCpuTypeStr array: GAS uses different names for cpu variants

git-svn-id: trunk@23176 -
This commit is contained in:
pierre 2012-12-18 15:00:38 +00:00
parent 548a687a17
commit 0af0da69b1

View File

@ -63,6 +63,12 @@ Const
'COLDFIRE'
);
gascputypestr : array[tcputype] of string[8] = ('',
'68000',
'68020',
'cfv4e'
);
fputypestr : array[tfputype] of string[6] = ('',
'SOFT',
'LIBGCC',