mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 18:38:33 +02:00
Fix m68k default target code
git-svn-id: trunk@22772 -
This commit is contained in:
parent
322b793506
commit
b21cff6ea3
@ -812,7 +812,7 @@ begin
|
|||||||
|
|
||||||
{$ifdef m68k}
|
{$ifdef m68k}
|
||||||
{$ifdef cpu68}
|
{$ifdef cpu68}
|
||||||
default_target(source_info.target);
|
default_target(source_info.system);
|
||||||
{$else cpu68}
|
{$else cpu68}
|
||||||
default_target(system_m68k_linux);
|
default_target(system_m68k_linux);
|
||||||
{$endif cpu68}
|
{$endif cpu68}
|
||||||
|
Loading…
Reference in New Issue
Block a user