diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2014-01-08 21:32:53 +0800 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2014-01-08 21:32:53 +0800 |
| commit | da0601e49076d97681e9f3107f563339bf718d6a (patch) | |
| tree | 51bacaa2354d370a5799caab0d21a338b402ea2b /tccelf.c | |
| parent | bf2854d2a25718fd52b2162bba46dc01525f0c75 (diff) | |
| download | tinycc-da0601e49076d97681e9f3107f563339bf718d6a.tar.gz tinycc-da0601e49076d97681e9f3107f563339bf718d6a.tar.bz2 | |
Remove WITHOUT_LIBTCC macro: no more user
Diffstat (limited to 'tccelf.c')
| -rw-r--r-- | tccelf.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1365,11 +1365,9 @@ ST_FUNC void tcc_add_runtime(TCCState *s1) #ifdef CONFIG_USE_LIBGCC if (!s1->static_link) tcc_add_file(s1, TCC_LIBGCC); -#if !defined WITHOUT_LIBTCC else tcc_add_support(s1, "libtcc1.a"); -#endif -#elif !defined WITHOUT_LIBTCC +#else tcc_add_support(s1, "libtcc1.a"); #endif /* add crt end if not memory output */ |
