mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 11:49:34 +01:00
+ Add system_x86_64_openbsd to list of supported systems for as assembler
git-svn-id: trunk@20716 -
This commit is contained in:
parent
7e71e1d3a0
commit
2b5cadf271
@ -334,7 +334,9 @@ interface
|
|||||||
idtxt : 'AS';
|
idtxt : 'AS';
|
||||||
asmbin : 'as';
|
asmbin : 'as';
|
||||||
asmcmd : '--64 -o $OBJ $ASM';
|
asmcmd : '--64 -o $OBJ $ASM';
|
||||||
supported_targets : [system_x86_64_linux,system_x86_64_freebsd,system_x86_64_win64,system_x86_64_embedded];
|
supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
|
||||||
|
system_x86_64_win64,system_x86_64_embedded,
|
||||||
|
system_x86_64_openbsd];
|
||||||
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';
|
||||||
comment : '# ';
|
comment : '# ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user