mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* fixed assembling via pipe on Darwin
git-svn-id: trunk@49067 -
This commit is contained in:
parent
6218254e53
commit
793ecb3fa6
@ -750,7 +750,7 @@ Implementation
|
||||
{$ifdef hasunix}
|
||||
DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
|
||||
(([cs_asm_extern,cs_asm_leave,cs_assemble_on_target] * current_settings.globalswitches) = []) and
|
||||
((asminfo^.id in [as_gas,as_ggas,as_darwin,as_powerpc_xcoff,as_clang_gas,as_clang_llvm,as_solaris_as]));
|
||||
((asminfo^.id in [as_gas,as_ggas,as_darwin,as_powerpc_xcoff,as_clang_gas,as_clang_llvm,as_solaris_as,as_clang_asdarwin]));
|
||||
{$else hasunix}
|
||||
DoPipe:=false;
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user