mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 14:09:19 +02:00
+ support for piped assembling under Darwin
This commit is contained in:
parent
4505b320b7
commit
b0ea6b1379
@ -266,7 +266,7 @@ Implementation
|
||||
begin
|
||||
DoPipe:=(cs_asm_pipe in aktglobalswitches) and
|
||||
not(cs_asm_leave in aktglobalswitches)
|
||||
and ((aktoutputformat=as_gas));
|
||||
and ((aktoutputformat in [as_gas,as_darwin]));
|
||||
end;
|
||||
|
||||
|
||||
@ -1661,7 +1661,10 @@ Implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.59 2003-11-10 17:22:28 marco
|
||||
Revision 1.60 2004-01-30 15:44:23 jonas
|
||||
+ support for piped assembling under Darwin
|
||||
|
||||
Revision 1.59 2003/11/10 17:22:28 marco
|
||||
* havelinuxrtl10 fixes
|
||||
|
||||
Revision 1.58 2003/10/21 15:15:36 peter
|
||||
|
Loading…
Reference in New Issue
Block a user