tcc.h: add ELF interpreter for DragonFly BSD.

master
minux 2014-04-12 01:10:12 -04:00
parent 8d3e0b3080
commit b8eb7dd8e8
1 changed files with 2 additions and 0 deletions

2
tcc.h
View File

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