* Enable internal elf writer for freebsd x86_64 target

git-svn-id: trunk@19608 -
This commit is contained in:
pierre 2011-11-08 14:05:57 +00:00
parent 04138bb4a3
commit 98c7a5e4b0
2 changed files with 2 additions and 2 deletions

View File

@ -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 : '';

View File

@ -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;