mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-29 06:10:09 +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
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user