mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 01:39:30 +02:00
* Updated compiler status
This commit is contained in:
parent
1d54db870a
commit
0bf14e759f
@ -353,7 +353,7 @@ unit i_bsd;
|
||||
system : system_powerpc_netbsd;
|
||||
name : 'NetBSD for PowerPC';
|
||||
shortname : 'NetBSD';
|
||||
flags : [];
|
||||
flags : [tf_under_development];
|
||||
cpu : cpu_powerpc;
|
||||
unit_env : '';
|
||||
extradefines : 'UNIX;BSD;HASUNIX';
|
||||
@ -419,7 +419,7 @@ unit i_bsd;
|
||||
system : system_powerpc_darwin;
|
||||
name : 'Darwin for PowerPC';
|
||||
shortname : 'Darwin';
|
||||
flags : [tf_under_development];
|
||||
flags : [];
|
||||
cpu : cpu_powerpc;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;BSD;HASUNIX';
|
||||
@ -513,7 +513,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.12 2004-06-20 08:55:32 florian
|
||||
Revision 1.13 2004-09-12 20:33:21 olle
|
||||
* Updated compiler status
|
||||
|
||||
Revision 1.12 2004/06/20 08:55:32 florian
|
||||
* logs truncated
|
||||
|
||||
Revision 1.11 2004/06/16 20:07:11 florian
|
||||
|
@ -30,7 +30,7 @@ unit i_macos;
|
||||
system_powerpc_macos_info : tsysteminfo =
|
||||
(
|
||||
system : system_powerpc_MACOS;
|
||||
name : 'MacOS (PowerPC)';
|
||||
name : 'Mac OS for PowerPC';
|
||||
shortname : 'MacOS';
|
||||
flags : [];
|
||||
cpu : cpu_powerpc;
|
||||
@ -102,7 +102,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.16 2004-07-05 21:26:35 olle
|
||||
Revision 1.17 2004-09-12 20:33:21 olle
|
||||
* Updated compiler status
|
||||
|
||||
Revision 1.16 2004/07/05 21:26:35 olle
|
||||
+ allow fileextension .p, in mode macpas
|
||||
|
||||
Revision 1.15 2004/06/20 08:55:32 florian
|
||||
|
Loading…
Reference in New Issue
Block a user