diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
