diff options
Diffstat (limited to 'crt/nt64')
-rw-r--r-- | crt/nt64/crt1.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/crt/nt64/crt1.c b/crt/nt64/crt1.c index 0d319a1..75a5053 100644 --- a/crt/nt64/crt1.c +++ b/crt/nt64/crt1.c @@ -27,7 +27,9 @@ void __libc_entry_routine(void *,void *,int); void _start(void) { __libc_entry_routine( - main, - __psx_init_fn(), - __crtopt_posix | __crtopt_dinga); + main,__psx_init_fn(), + __crtopt_posix + | __crtopt_dinga + | __crtopt_ldso + | __crtopt_vrfs); } |