Fix GNU Hurd interpreter path
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user