mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 15:18:32 +02:00
* don't call assembler when using -s in combination with -ap (mantis #19401)
git-svn-id: trunk@17712 -
This commit is contained in:
parent
9f4f21baa1
commit
a03a597374
@ -270,7 +270,7 @@ Implementation
|
||||
Function DoPipe:boolean;
|
||||
begin
|
||||
DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
|
||||
(([cs_asm_leave,cs_link_on_target] * current_settings.globalswitches) = []) and
|
||||
(([cs_asm_extern,cs_asm_leave,cs_link_on_target] * current_settings.globalswitches) = []) and
|
||||
((target_asm.id in [as_gas,as_ggas,as_darwin]));
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user