mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:30:33 +01:00
m68k: define CPUCOLDFIRE on the CF family targets
git-svn-id: trunk@33531 -
This commit is contained in:
parent
266dee9258
commit
510c3456d6
@ -3905,6 +3905,10 @@ begin
|
||||
end;
|
||||
end;
|
||||
{$endif mipsel}
|
||||
{$ifdef m68k}
|
||||
if init_settings.cputype in cpu_coldfire then
|
||||
def_system_macro('CPUCOLDFIRE');
|
||||
{$endif m68k}
|
||||
|
||||
{ now we can define cpu and fpu type }
|
||||
def_system_macro('CPU'+Cputypestr[init_settings.cputype]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user