2
0
Эх сурвалжийг харах

Merged revisions 11194 manually from
http://svn.freepascal.org/svn/fpc/trunk

........
r6917 | tom_at_work | 2007-03-18 16:50:49 +0100 (Sun, 18 Mar 2007) | 1 line
Changed paths:
M /trunk/compiler/ppcgen/agppcgas.pas

* improve compilation on ppc64/linux
........

git-svn-id: branches/rc_2_2_2@11207 -

tom_at_work 17 жил өмнө
parent
commit
4a32d5c96e

+ 2 - 2
compiler/ppcgen/agppcgas.pas

@@ -421,9 +421,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];