aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorminux <minux.ma@gmail.com>2014-04-12 01:10:12 -0400
committerminux <minux.ma@gmail.com>2014-04-12 01:10:12 -0400
commitb8eb7dd8e8ceec65d10a95989daf96f6f82e47a3 (patch)
tree8e9030865033f42bcc7d6e65b507c2cbb412fb31 /tcc.h
parent8d3e0b3080dfed90e5675d103b4acaffaaa0f703 (diff)
downloadtinycc-b8eb7dd8e8ceec65d10a95989daf96f6f82e47a3.tar.gz
tinycc-b8eb7dd8e8ceec65d10a95989daf96f6f82e47a3.tar.bz2
tcc.h: add ELF interpreter for DragonFly BSD.
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 1688a0c..9955839 100644
--- a/tcc.h
+++ b/tcc.h
@@ -252,6 +252,8 @@
# else
# define CONFIG_TCC_ELFINTERP "/lib/ld.so.1"
# endif
+# elif defined __DragonFly__
+# define CONFIG_TCC_ELFINTERP "/usr/libexec/ld-elf.so.2"
# elif defined __GNU__
# define CONFIG_TCC_ELFINTERP "/lib/ld.so"
# elif defined(TCC_TARGET_X86_64)