mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
Don't call __tcc_fpinit if using libgcc
This commit is contained in:
parent
a01d83d783
commit
bcc1904f9c
@ -581,10 +581,12 @@ ST_FUNC void gfunc_prolog(CType *func_type)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_USE_LIBGCC
|
||||
#ifndef TCC_TARGET_PE
|
||||
if (0 == strcmp(funcname, "main"))
|
||||
gen_static_call(TOK___tcc_fpinit);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user