fix compile errors

This commit is contained in:
pommicket 2023-07-03 15:47:07 -04:00
parent fe7a0abd38
commit 3384d69133
3 changed files with 24 additions and 2 deletions

View file

@ -170,6 +170,9 @@ extern long double strtold (const char *__nptr, char **__endptr);
# endif
#endif
// causes too many problems with musl
#undef TCC_IS_NATIVE
#if defined TCC_IS_NATIVE && !defined CONFIG_TCCBOOT
# define CONFIG_TCC_BACKTRACE
# if (defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64) \