Browse Source

* enable pipe-assembling again for solaris

git-svn-id: trunk@5346 -
Jonas Maebe 19 years ago
parent
commit
4454f6da0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

@@ -244,7 +244,7 @@ Implementation
       begin
       begin
         DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
         DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
                 (([cs_asm_leave,cs_link_on_target] * 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;
       end;