mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-05 23:32:29 +02:00
* enable pipe-assembling again for solaris
git-svn-id: trunk@5346 -
This commit is contained in:
parent
ecd8e94396
commit
4454f6da0f
@ -244,7 +244,7 @@ Implementation
|
||||
begin
|
||||
DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
|
||||
(([cs_asm_leave,cs_link_on_target] * current_settings.globalswitches) = []) and
|
||||
((target_asm.id in [as_gas,as_darwin]));
|
||||
((target_asm.id in [as_gas,as_ggas,as_darwin]));
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user