mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* finally added the missing outputbinary field that was missing
This commit is contained in:
parent
5ae5cfeffe
commit
7cb892dba4
@ -1126,6 +1126,7 @@ implementation
|
||||
asmbin : '';
|
||||
asmcmd : '';
|
||||
supported_target : target_i386_go32v2;
|
||||
outputbinary : true;
|
||||
allowdirect : false;
|
||||
externals : true;
|
||||
needar : false;
|
||||
@ -1145,6 +1146,7 @@ implementation
|
||||
asmbin : '';
|
||||
asmcmd : '';
|
||||
supported_target : target_i386_win32;
|
||||
outputbinary : true;
|
||||
allowdirect : false;
|
||||
externals : true;
|
||||
needar : false;
|
||||
@ -1163,7 +1165,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.13 2001-04-18 22:01:54 peter
|
||||
Revision 1.14 2001-05-04 19:50:58 peter
|
||||
* finally added the missing outputbinary field that was missing
|
||||
|
||||
Revision 1.13 2001/04/18 22:01:54 peter
|
||||
* registration of targets and assemblers
|
||||
|
||||
Revision 1.12 2001/04/13 01:22:10 peter
|
||||
|
@ -871,6 +871,7 @@ implementation
|
||||
asmbin : '';
|
||||
asmcmd : '';
|
||||
supported_target : target_any; //target_i386_linux;
|
||||
outputbinary : true;
|
||||
allowdirect : false;
|
||||
externals : true;
|
||||
needar : false;
|
||||
@ -888,7 +889,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2001-04-18 22:01:54 peter
|
||||
Revision 1.9 2001-05-04 19:50:58 peter
|
||||
* finally added the missing outputbinary field that was missing
|
||||
|
||||
Revision 1.8 2001/04/18 22:01:54 peter
|
||||
* registration of targets and assemblers
|
||||
|
||||
Revision 1.7 2001/04/13 01:22:10 peter
|
||||
|
Loading…
Reference in New Issue
Block a user