Remove WITHOUT_LIBTCC macro: no more user

master
Thomas Preud'homme 2014-01-08 21:32:53 +08:00
parent bf2854d2a2
commit da0601e490
1 changed files with 1 additions and 3 deletions

View File

@ -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 */