mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-29 06:10:09 +08:00
Fix GNU Hurd interpreter path
This commit is contained in:
parent
e946c3583f
commit
5d6cfe855a
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 New Issue
Block a user