aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */