mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-06 19:39:01 +08:00
Remove WITHOUT_LIBTCC macro: no more user
This commit is contained in:
parent
bf2854d2a2
commit
da0601e490
4
tccelf.c
4
tccelf.c
@ -1365,11 +1365,9 @@ ST_FUNC void tcc_add_runtime(TCCState *s1)
|
|||||||
#ifdef CONFIG_USE_LIBGCC
|
#ifdef CONFIG_USE_LIBGCC
|
||||||
if (!s1->static_link)
|
if (!s1->static_link)
|
||||||
tcc_add_file(s1, TCC_LIBGCC);
|
tcc_add_file(s1, TCC_LIBGCC);
|
||||||
#if !defined WITHOUT_LIBTCC
|
|
||||||
else
|
else
|
||||||
tcc_add_support(s1, "libtcc1.a");
|
tcc_add_support(s1, "libtcc1.a");
|
||||||
#endif
|
#else
|
||||||
#elif !defined WITHOUT_LIBTCC
|
|
||||||
tcc_add_support(s1, "libtcc1.a");
|
tcc_add_support(s1, "libtcc1.a");
|
||||||
#endif
|
#endif
|
||||||
/* add crt end if not memory output */
|
/* add crt end if not memory output */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user