@ -203,8 +203,7 @@ extern long double strtold (const char *__nptr, char **__endptr);
# endif
# endif
# if !defined TCC_IS_NATIVE \
| | ( defined CONFIG_TCC_BACKTRACE & & CONFIG_TCC_BACKTRACE = = 0 )
# if defined CONFIG_TCC_BACKTRACE && CONFIG_TCC_BACKTRACE==0
# undef CONFIG_TCC_BACKTRACE
# else
# define CONFIG_TCC_BACKTRACE 1 /* enable builtin stack backtraces */
@ -285,7 +284,8 @@ extern long double strtold (const char *__nptr, char **__endptr);
# define CONFIG_TCC_LIBPATHS "{B} / lib"
# else
# define CONFIG_TCC_LIBPATHS \
ALSO_TRIPLET ( CONFIG_SYSROOT " /usr/ " CONFIG_LDDIR ) \
" {B} " \
" : " ALSO_TRIPLET ( CONFIG_SYSROOT " /usr/ " CONFIG_LDDIR ) \
" : " ALSO_TRIPLET ( CONFIG_SYSROOT " / " CONFIG_LDDIR ) \
" : " ALSO_TRIPLET ( CONFIG_SYSROOT " /usr/local/ " CONFIG_LDDIR )
# endif
@ -1264,9 +1264,8 @@ ST_FUNC int tcc_add_file_internal(TCCState *s1, const char *filename, int flags)
# ifndef ELF_OBJ_ONLY
ST_FUNC int tcc_add_crt ( TCCState * s , const char * filename ) ;
# endif
# ifndef TCC_TARGET_MACHO
ST_FUNC int tcc_add_dll ( TCCState * s , const char * filename , int flags ) ;
# endif
ST_FUNC void tcc_add_support ( TCCState * s1 , const char * filename ) ;
# ifdef CONFIG_TCC_BCHECK
ST_FUNC void tcc_add_bcheck ( TCCState * s1 ) ;
# endif