Revert "Don't search libgcc_s.so.1 on /lib64"

This reverts commit b9f089fc4a.
master
Thomas Preud'homme 2013-02-14 23:52:11 +01:00
parent c4397b2b02
commit 0928761257
1 changed files with 1 additions and 5 deletions

6
tcc.h
View File

@ -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 */