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/nt32/Scrtldso.c | 3 +++ crt/nt32/Scrtvrfs.c | 3 +++ crt/nt64/Scrtldso.c | 3 +++ crt/nt64/Scrtvrfs.c | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 crt/nt32/Scrtldso.c create mode 100644 crt/nt32/Scrtvrfs.c create mode 100644 crt/nt64/Scrtldso.c create mode 100644 crt/nt64/Scrtvrfs.c (limited to 'crt') diff --git a/crt/nt32/Scrtldso.c b/crt/nt32/Scrtldso.c new file mode 100644 index 0000000..c3130b8 --- /dev/null +++ b/crt/nt32/Scrtldso.c @@ -0,0 +1,3 @@ +#include "psxglue.h" + +const int __crtopt_ldso = __PSXOPT_LDSO; diff --git a/crt/nt32/Scrtvrfs.c b/crt/nt32/Scrtvrfs.c new file mode 100644 index 0000000..d22d444 --- /dev/null +++ b/crt/nt32/Scrtvrfs.c @@ -0,0 +1,3 @@ +#include "psxglue.h" + +const int __crtopt_vrfs = __PSXOPT_VRFS; 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; diff --git a/crt/nt64/Scrtvrfs.c b/crt/nt64/Scrtvrfs.c new file mode 100644 index 0000000..d22d444 --- /dev/null +++ b/crt/nt64/Scrtvrfs.c @@ -0,0 +1,3 @@ +#include "psxglue.h" + +const int __crtopt_vrfs = __PSXOPT_VRFS; -- cgit v1.2.3