mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +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