mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* one more disable location of DoPipe in case not on a Unix platform
(mantis #35743) git-svn-id: trunk@42302 -
This commit is contained in:
parent
defcad25af
commit
7ef3d39d93
@ -742,9 +742,13 @@ Implementation
|
||||
|
||||
Function TExternalAssembler.DoPipe:boolean;
|
||||
begin
|
||||
{$ifdef hasunix}
|
||||
DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
|
||||
(([cs_asm_extern,cs_asm_leave,cs_link_on_target] * current_settings.globalswitches) = []) and
|
||||
((asminfo^.id in [as_gas,as_ggas,as_darwin,as_powerpc_xcoff,as_clang,as_solaris_as]));
|
||||
{$else hasunix}
|
||||
DoPipe:=false;
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user