mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 16:59:12 +02:00
Add x86_64-solaris to the list of supported targetss for as_x86_64_elf64 binary writer
git-svn-id: trunk@29574 -
This commit is contained in:
parent
608b14ab4e
commit
c7e939b243
@ -675,7 +675,7 @@ implementation
|
|||||||
asmcmd : '';
|
asmcmd : '';
|
||||||
supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
|
supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
|
||||||
system_x86_64_openbsd,system_x86_64_netbsd,
|
system_x86_64_openbsd,system_x86_64_netbsd,
|
||||||
system_x86_64_dragonfly];
|
system_x86_64_dragonfly,system_x86_64_solaris];
|
||||||
flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
|
flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
comment : '';
|
comment : '';
|
||||||
|
Loading…
Reference in New Issue
Block a user