aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-02-18 11:53:00 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-02-18 11:53:00 +0100
commit5d6cfe855a90cd262ad604f6962e3cacd83ca27b (patch)
treef4959a246409a959c7840809f28fb216e763ec2f /tcc.h
parente946c3583f7021dc3e71e169542fad9ba4bc7bac (diff)
downloadtinycc-5d6cfe855a90cd262ad604f6962e3cacd83ca27b.tar.gz
tinycc-5d6cfe855a90cd262ad604f6962e3cacd83ca27b.tar.bz2
Fix GNU Hurd interpreter path
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 74ba130..119f862 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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