mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:39:33 +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 : '';
|
asmbin : '';
|
||||||
asmcmd : '';
|
asmcmd : '';
|
||||||
supported_target : target_i386_go32v2;
|
supported_target : target_i386_go32v2;
|
||||||
|
outputbinary : true;
|
||||||
allowdirect : false;
|
allowdirect : false;
|
||||||
externals : true;
|
externals : true;
|
||||||
needar : false;
|
needar : false;
|
||||||
@ -1145,6 +1146,7 @@ implementation
|
|||||||
asmbin : '';
|
asmbin : '';
|
||||||
asmcmd : '';
|
asmcmd : '';
|
||||||
supported_target : target_i386_win32;
|
supported_target : target_i386_win32;
|
||||||
|
outputbinary : true;
|
||||||
allowdirect : false;
|
allowdirect : false;
|
||||||
externals : true;
|
externals : true;
|
||||||
needar : false;
|
needar : false;
|
||||||
@ -1163,7 +1165,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* registration of targets and assemblers
|
||||||
|
|
||||||
Revision 1.12 2001/04/13 01:22:10 peter
|
Revision 1.12 2001/04/13 01:22:10 peter
|
||||||
|
@ -871,6 +871,7 @@ implementation
|
|||||||
asmbin : '';
|
asmbin : '';
|
||||||
asmcmd : '';
|
asmcmd : '';
|
||||||
supported_target : target_any; //target_i386_linux;
|
supported_target : target_any; //target_i386_linux;
|
||||||
|
outputbinary : true;
|
||||||
allowdirect : false;
|
allowdirect : false;
|
||||||
externals : true;
|
externals : true;
|
||||||
needar : false;
|
needar : false;
|
||||||
@ -888,7 +889,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* registration of targets and assemblers
|
||||||
|
|
||||||
Revision 1.7 2001/04/13 01:22:10 peter
|
Revision 1.7 2001/04/13 01:22:10 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user