mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Enable internal elf writer for freebsd x86_64 target
git-svn-id: trunk@19608 -
This commit is contained in:
parent
04138bb4a3
commit
98c7a5e4b0
@ -1282,7 +1282,7 @@ implementation
|
||||
idtxt : 'ELF';
|
||||
asmbin : '';
|
||||
asmcmd : '';
|
||||
supported_targets : [system_x86_64_linux];
|
||||
supported_targets : [system_x86_64_linux,system_x86_64_freebsd];
|
||||
flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
|
||||
labelprefix : '.L';
|
||||
comment : '';
|
||||
|
@ -156,7 +156,7 @@ unit i_bsd;
|
||||
Cprefix : '';
|
||||
newline : #10;
|
||||
dirsep : '/';
|
||||
assem : as_gas;
|
||||
assem : as_x86_64_elf64;
|
||||
assemextern : as_gas;
|
||||
link : nil;
|
||||
linkextern : nil;
|
||||
|
Loading…
Reference in New Issue
Block a user