소스 검색

* improve compilation on ppc64/linux

git-svn-id: trunk@6917 -
tom_at_work 18 년 전
부모
커밋
208e6e504d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/ppcgen/agppcgas.pas

+ 2 - 2
compiler/ppcgen/agppcgas.pas

@@ -415,9 +415,9 @@ unit agppcgas;
          idtxt  : 'AS';
          asmbin : 'as';
 {$ifdef cpu64bit}
-         asmcmd : '-o $OBJ $ASM';
+         asmcmd : '-a64 -o $OBJ $ASM';
 {$else cpu64bit}
-         asmcmd: '-a64 -o $OBJ $ASM';
+         asmcmd: '-o $OBJ $ASM';
 {$endif cpu64bit}
          supported_target : system_any;
          flags : [af_allowdirect,af_needar,af_smartlink_sections];