Define CONFIG_TCC_ELFINTERP on NetBSD as /usr/libexec/ld.elf_so
This commit is contained in:
parent
6cb74ecacf
commit
a16f862cf6
1 changed files with 2 additions and 0 deletions
2
tcc.h
2
tcc.h
|
@ -263,6 +263,8 @@
|
||||||
# endif
|
# endif
|
||||||
# elif defined __DragonFly__
|
# elif defined __DragonFly__
|
||||||
# define CONFIG_TCC_ELFINTERP "/usr/libexec/ld-elf.so.2"
|
# define CONFIG_TCC_ELFINTERP "/usr/libexec/ld-elf.so.2"
|
||||||
|
# elif defined __NetBSD__
|
||||||
|
# define CONFIG_TCC_ELFINTERP "/usr/libexec/ld.elf_so"
|
||||||
# elif defined __GNU__
|
# elif defined __GNU__
|
||||||
# define CONFIG_TCC_ELFINTERP "/lib/ld.so"
|
# define CONFIG_TCC_ELFINTERP "/lib/ld.so"
|
||||||
# elif defined(TCC_TARGET_PE)
|
# elif defined(TCC_TARGET_PE)
|
||||||
|
|
Loading…
Reference in a new issue