tcc.h: add ELF interpreter for DragonFly BSD.
This commit is contained in:
parent
8d3e0b3080
commit
b8eb7dd8e8
1 changed files with 2 additions and 0 deletions
2
tcc.h
2
tcc.h
|
@ -252,6 +252,8 @@
|
||||||
# else
|
# else
|
||||||
# define CONFIG_TCC_ELFINTERP "/lib/ld.so.1"
|
# define CONFIG_TCC_ELFINTERP "/lib/ld.so.1"
|
||||||
# endif
|
# endif
|
||||||
|
# elif defined __DragonFly__
|
||||||
|
# define CONFIG_TCC_ELFINTERP "/usr/libexec/ld-elf.so.2"
|
||||||
# elif defined __GNU__
|
# elif defined __GNU__
|
||||||
# define CONFIG_TCC_ELFINTERP "/lib/ld.so"
|
# define CONFIG_TCC_ELFINTERP "/lib/ld.so"
|
||||||
# elif defined(TCC_TARGET_X86_64)
|
# elif defined(TCC_TARGET_X86_64)
|
||||||
|
|
Loading…
Reference in a new issue