Revert "Don't search libgcc_s.so.1 on /lib64"
This reverts commit b9f089fc4a.
This commit is contained in:
4
tcc.h
4
tcc.h
@ -222,11 +222,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* library to use with CONFIG_USE_LIBGCC instead of libtcc1.a */
|
/* 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"
|
#define TCC_LIBGCC CONFIG_SYSROOT "/" CONFIG_LDDIR "/libgcc_s.so.1"
|
||||||
#endif
|
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
/* include the target specific definitions */
|
/* include the target specific definitions */
|
||||||
|
|||||||
Reference in New Issue
Block a user