mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-28 12:10:05 +08:00
tcc.h: add ELF interpreter for DragonFly BSD.
This commit is contained in:
parent
8d3e0b3080
commit
b8eb7dd8e8
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 New Issue
Block a user