mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:26:00 +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';
|
idtxt : 'ELF';
|
||||||
asmbin : '';
|
asmbin : '';
|
||||||
asmcmd : '';
|
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];
|
flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
comment : '';
|
comment : '';
|
||||||
|
@ -156,7 +156,7 @@ unit i_bsd;
|
|||||||
Cprefix : '';
|
Cprefix : '';
|
||||||
newline : #10;
|
newline : #10;
|
||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
assem : as_gas;
|
assem : as_x86_64_elf64;
|
||||||
assemextern : as_gas;
|
assemextern : as_gas;
|
||||||
link : nil;
|
link : nil;
|
||||||
linkextern : nil;
|
linkextern : nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user