summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.27/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to '05/tcc-0.9.27/tcc.h')
-rw-r--r--05/tcc-0.9.27/tcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/05/tcc-0.9.27/tcc.h b/05/tcc-0.9.27/tcc.h
index 6c3c10c..1a168a4 100644
--- a/05/tcc-0.9.27/tcc.h
+++ b/05/tcc-0.9.27/tcc.h
@@ -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) \