aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-02-14 23:52:11 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-02-14 23:52:11 +0100
commit0928761257b83795cd51c411fcb1c4ca75c84250 (patch)
tree9f960cf6462a0b82a9356a5375117cb4b4e10901 /tcc.h
parentc4397b2b02f58ad779af102c6e623f94a251648b (diff)
downloadtinycc-0928761257b83795cd51c411fcb1c4ca75c84250.tar.gz
tinycc-0928761257b83795cd51c411fcb1c4ca75c84250.tar.bz2
Revert "Don't search libgcc_s.so.1 on /lib64"
This reverts commit b9f089fc4a3c852858bbc8e60c5ac19b7736d7a9.
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tcc.h b/tcc.h
index 48f9b21..1f0343e 100644
--- a/tcc.h
+++ b/tcc.h
@@ -222,11 +222,7 @@
#endif
/* library to use with CONFIG_USE_LIBGCC instead of libtcc1.a */
-#ifndef CONFIG_MULTIARCHDIR
-# define TCC_LIBGCC CONFIG_SYSROOT "/lib/libgcc_s.so.1"
-#else
-# define TCC_LIBGCC CONFIG_SYSROOT "/" CONFIG_LDDIR "/libgcc_s.so.1"
-#endif
+#define TCC_LIBGCC CONFIG_SYSROOT "/" CONFIG_LDDIR "/libgcc_s.so.1"
/* -------------------------------------------- */
/* include the target specific definitions */