fix compile errors
This commit is contained in:
parent
fe7a0abd38
commit
3384d69133
3 changed files with 24 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue