From cbdcdcdf4cf213cafa2dccba2f537ac2d8aa3cc5 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 19 Oct 2017 19:40:40 -0400 Subject: ldso: static executables now set the application type (default/standalone). --- crt/nt64/Scrtldso.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crt/nt64/Scrtldso.c (limited to 'crt/nt64/Scrtldso.c') diff --git a/crt/nt64/Scrtldso.c b/crt/nt64/Scrtldso.c new file mode 100644 index 0000000..c3130b8 --- /dev/null +++ b/crt/nt64/Scrtldso.c @@ -0,0 +1,3 @@ +#include "psxglue.h" + +const int __crtopt_ldso = __PSXOPT_LDSO; -- cgit v1.2.3