aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 92e528d..50642b7 100644
--- a/tcc.h
+++ b/tcc.h
@@ -128,7 +128,8 @@
#endif
#if !defined(TCC_UCLIBC) && !defined(TCC_TARGET_ARM) && \
- !defined(TCC_TARGET_C67) && !defined(TCC_TARGET_X86_64)
+ !defined(TCC_TARGET_C67) && !defined(TCC_TARGET_X86_64) && \
+ !defined(CONFIG_USE_LIBGCC)
#define CONFIG_TCC_BCHECK /* enable bound checking code */
#endif