From dd061506b1fd6a6d57f0967896d65ad3a817f69e Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Oct 2017 09:52:25 -0400 Subject: toolchain build-time options: added __crtopt_ldso and __crtopt_vrfs. --- crt/nt32/crtldso.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crt/nt32/crtldso.c (limited to 'crt/nt32/crtldso.c') diff --git a/crt/nt32/crtldso.c b/crt/nt32/crtldso.c new file mode 100644 index 0000000..c3130b8 --- /dev/null +++ b/crt/nt32/crtldso.c @@ -0,0 +1,3 @@ +#include "psxglue.h" + +const int __crtopt_ldso = __PSXOPT_LDSO; -- cgit v1.2.3