summaryrefslogtreecommitdiff
path: root/compiler/x86_64/cpuelf.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/x86_64/cpuelf.pas')
-rw-r--r--compiler/x86_64/cpuelf.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/x86_64/cpuelf.pas b/compiler/x86_64/cpuelf.pas
index b73950277c..1d27bf8e8e 100644
--- a/compiler/x86_64/cpuelf.pas
+++ b/compiler/x86_64/cpuelf.pas
@@ -674,7 +674,8 @@ implementation
asmbin : '';
asmcmd : '';
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];
flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
labelprefix : '.L';
comment : '';