mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 09:19:23 +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'
|
||||
);
|
||||
|
||||
gascputypestr : array[tcputype] of string[8] = ('',
|
||||
'68000',
|
||||
'68020',
|
||||
'cfv4e'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[6] = ('',
|
||||
'SOFT',
|
||||
'LIBGCC',
|
||||
|
Loading…
Reference in New Issue
Block a user