Revert "bootstrappable: Handle libtcc1.a."

This reverts commit 274bd060fd.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-12-13 13:17:07 +01:00
parent 20b1a1d001
commit 0334950c24
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 2 deletions

View File

@ -1160,9 +1160,7 @@ ST_FUNC void tcc_add_runtime(TCCState *s1)
tcc_add_dll(s1, TCC_LIBGCC, 0);
}
#endif
#if CONFIG_TCC_LIBTCC1
tcc_add_support(s1, TCC_LIBTCC1);
#endif
/* add crt end if not memory output */
if (s1->output_type != TCC_OUTPUT_MEMORY)
tcc_add_crt(s1, "crtn.o");