浏览代码

* enable assembling via pipe for the AIX assembler

git-svn-id: trunk@20965 -
Jonas Maebe 13 年之前
父节点
当前提交
35b80a4229
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

@@ -275,7 +275,7 @@ Implementation
       begin
         DoPipe:=(cs_asm_pipe in 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]));
+                ((target_asm.id in [as_gas,as_ggas,as_darwin,as_powerpc_xcoff]));
       end;