소스 검색

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      : '';
             newline      : #10;
             dirsep       : '/';
-            assem        : as_gas;
+            assem        : as_arm_elf32;
             assemextern  : as_gas;
             link         : ld_none;
             linkextern   : ld_linux;
@@ -594,7 +594,7 @@ unit i_linux;
             Cprefix      : '';
             newline      : #10;
             dirsep       : '/';
-            assem        : as_gas;
+            assem        : as_arm_elf32;
             assemextern  : as_gas;
             link         : ld_none;
             linkextern   : ld_linux;