mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:26:24 +02:00
* cpuppc -> cpupowerpc. Target compiler was always linux for ppc
This commit is contained in:
parent
1e7ecac976
commit
d2d02b6cc6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user