* cpuppc -> cpupowerpc. Target compiler was always linux for ppc

This commit is contained in:
marco 2003-05-31 16:17:27 +00:00
parent 1e7ecac976
commit d2d02b6cc6

View File

@ -666,11 +666,11 @@ begin
{$endif cpualpha} {$endif cpualpha}
{$endif alpha} {$endif alpha}
{$ifdef powerpc} {$ifdef powerpc}
{$ifdef cpuppc} {$ifdef cpupowerpc}
default_target(source_info.system); default_target(source_info.system);
{$else cpuppc} {$else cpupowerpc}
default_target(system_powerpc_linux); default_target(system_powerpc_linux);
{$endif cpuppc} {$endif cpupowerpc}
{$endif powerpc} {$endif powerpc}
{$IFDEF sparc} {$IFDEF sparc}
default_target(system_sparc_linux); default_target(system_sparc_linux);
@ -685,7 +685,10 @@ finalization
end. end.
{ {
$Log$ $Log$
Revision 1.64 2003-05-28 23:18:31 florian Revision 1.65 2003-05-31 16:17:27 marco
* cpuppc -> cpupowerpc. Target compiler was always linux for ppc
Revision 1.64 2003/05/28 23:18:31 florian
* started to fix and clean up the sparc port * started to fix and clean up the sparc port
Revision 1.63 2003/05/25 23:15:04 marco Revision 1.63 2003/05/25 23:15:04 marco