浏览代码

Use elf32 binary writer for i386 netbsd target

git-svn-id: trunk@20776 -
pierre 13 年之前
父节点
当前提交
34a4ee46ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

@@ -218,7 +218,7 @@ unit i_bsd;
             Cprefix      : '';
             newline      : #10;
             dirsep       : '/';
-            assem        : as_gas;
+            assem        : as_i386_elf32;
             assemextern  : as_gas;
             link         : nil;
             linkextern   : nil;