Remove WITHOUT_LIBTCC macro: no more user
This commit is contained in:
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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user