diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2013-02-14 23:52:11 +0100 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2013-02-14 23:52:11 +0100 |
| commit | 0928761257b83795cd51c411fcb1c4ca75c84250 (patch) | |
| tree | 9f960cf6462a0b82a9356a5375117cb4b4e10901 /tcc.h | |
| parent | c4397b2b02f58ad779af102c6e623f94a251648b (diff) | |
| download | tinycc-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.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 */ |
