Fix GNU Hurd interpreter path
This commit is contained in:
parent
e946c3583f
commit
5d6cfe855a
1 changed files with 2 additions and 0 deletions
2
tcc.h
2
tcc.h
|
@ -210,6 +210,8 @@
|
||||||
# else
|
# else
|
||||||
# define CONFIG_TCC_ELFINTERP "/lib/ld.so.1"
|
# define CONFIG_TCC_ELFINTERP "/lib/ld.so.1"
|
||||||
# endif
|
# endif
|
||||||
|
# elif defined __GNU__
|
||||||
|
# define CONFIG_TCC_ELFINTERP "/lib/ld.so"
|
||||||
# elif defined TCC_ARM_HARDFLOAT
|
# elif defined TCC_ARM_HARDFLOAT
|
||||||
# define CONFIG_TCC_ELFINTERP "/lib/ld-linux-armhf.so.3"
|
# define CONFIG_TCC_ELFINTERP "/lib/ld-linux-armhf.so.3"
|
||||||
# elif defined TCC_ARM_EABI
|
# elif defined TCC_ARM_EABI
|
||||||
|
|
Loading…
Reference in a new issue