mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-21 10:20:03 +02:00
* Add --64 or --32 to as call to allow i386 make cycle using -Aas on
x64_64 systems. git-svn-id: trunk@2320 -
This commit is contained in:
parent
d4ec987a0f
commit
6b83af08ed
@ -244,7 +244,7 @@ interface
|
|||||||
id : as_gas;
|
id : as_gas;
|
||||||
idtxt : 'AS';
|
idtxt : 'AS';
|
||||||
asmbin : 'as';
|
asmbin : 'as';
|
||||||
asmcmd : '-o $OBJ $ASM';
|
asmcmd : '--64 -o $OBJ $ASM';
|
||||||
supported_target : system_any;
|
supported_target : system_any;
|
||||||
flags : [af_allowdirect,af_needar,af_smartlink_sections,af_supports_dwarf];
|
flags : [af_allowdirect,af_needar,af_smartlink_sections,af_supports_dwarf];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
@ -256,7 +256,7 @@ interface
|
|||||||
id : as_gas;
|
id : as_gas;
|
||||||
idtxt : 'AS';
|
idtxt : 'AS';
|
||||||
asmbin : 'as';
|
asmbin : 'as';
|
||||||
asmcmd : '-o $OBJ $ASM';
|
asmcmd : '--32 -o $OBJ $ASM';
|
||||||
supported_target : system_any;
|
supported_target : system_any;
|
||||||
flags : [af_allowdirect,af_needar,af_smartlink_sections,af_supports_dwarf];
|
flags : [af_allowdirect,af_needar,af_smartlink_sections,af_supports_dwarf];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
|
Loading…
Reference in New Issue
Block a user