* Updated compiler status

This commit is contained in:
olle 2004-09-12 20:33:21 +00:00
parent 1d54db870a
commit 0bf14e759f
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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