+ support for piped assembling under Darwin

This commit is contained in:
Jonas Maebe 2004-01-30 15:44:23 +00:00
parent 4505b320b7
commit b0ea6b1379

View File

@ -266,7 +266,7 @@ Implementation
begin begin
DoPipe:=(cs_asm_pipe in aktglobalswitches) and DoPipe:=(cs_asm_pipe in aktglobalswitches) and
not(cs_asm_leave in aktglobalswitches) not(cs_asm_leave in aktglobalswitches)
and ((aktoutputformat=as_gas)); and ((aktoutputformat in [as_gas,as_darwin]));
end; end;
@ -1661,7 +1661,10 @@ Implementation
end. end.
{ {
$Log$ $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 * havelinuxrtl10 fixes
Revision 1.58 2003/10/21 15:15:36 peter Revision 1.58 2003/10/21 15:15:36 peter