Fix GNU Hurd interpreter path

master
Thomas Preud'homme 2013-02-18 11:53:00 +01:00
parent e946c3583f
commit 5d6cfe855a
1 changed files with 2 additions and 0 deletions

2
tcc.h
View File

@ -210,6 +210,8 @@
# else
# define CONFIG_TCC_ELFINTERP "/lib/ld.so.1"
# endif
# elif defined __GNU__
# define CONFIG_TCC_ELFINTERP "/lib/ld.so"
# elif defined TCC_ARM_HARDFLOAT
# define CONFIG_TCC_ELFINTERP "/lib/ld-linux-armhf.so.3"
# elif defined TCC_ARM_EABI