mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-13 18:18:18 +02:00
* improve compilation on ppc64/linux
git-svn-id: trunk@6917 -
This commit is contained in:
parent
9cec910eb9
commit
208e6e504d
@ -415,9 +415,9 @@ unit agppcgas;
|
|||||||
idtxt : 'AS';
|
idtxt : 'AS';
|
||||||
asmbin : 'as';
|
asmbin : 'as';
|
||||||
{$ifdef cpu64bit}
|
{$ifdef cpu64bit}
|
||||||
asmcmd : '-o $OBJ $ASM';
|
|
||||||
{$else cpu64bit}
|
|
||||||
asmcmd : '-a64 -o $OBJ $ASM';
|
asmcmd : '-a64 -o $OBJ $ASM';
|
||||||
|
{$else cpu64bit}
|
||||||
|
asmcmd: '-o $OBJ $ASM';
|
||||||
{$endif cpu64bit}
|
{$endif cpu64bit}
|
||||||
supported_target : system_any;
|
supported_target : system_any;
|
||||||
flags : [af_allowdirect,af_needar,af_smartlink_sections];
|
flags : [af_allowdirect,af_needar,af_smartlink_sections];
|
||||||
|
Loading…
Reference in New Issue
Block a user