瀏覽代碼

Enabled internal assembler for arm-linux. Will allow people to start running tests.

git-svn-id: trunk@32377 -
Jeppe Johansen 9 年之前
父節點
當前提交
291434be22
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/systems/i_linux.pas

+ 2 - 2
compiler/systems/i_linux.pas

@@ -527,7 +527,7 @@ unit i_linux;
             Cprefix      : '';
             Cprefix      : '';
             newline      : #10;
             newline      : #10;
             dirsep       : '/';
             dirsep       : '/';
-            assem        : as_gas;
+            assem        : as_arm_elf32;
             assemextern  : as_gas;
             assemextern  : as_gas;
             link         : ld_none;
             link         : ld_none;
             linkextern   : ld_linux;
             linkextern   : ld_linux;
@@ -594,7 +594,7 @@ unit i_linux;
             Cprefix      : '';
             Cprefix      : '';
             newline      : #10;
             newline      : #10;
             dirsep       : '/';
             dirsep       : '/';
-            assem        : as_gas;
+            assem        : as_arm_elf32;
             assemextern  : as_gas;
             assemextern  : as_gas;
             link         : ld_none;
             link         : ld_none;
             linkextern   : ld_linux;
             linkextern   : ld_linux;