summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtldso.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-15 09:52:25 -0400
committermidipix <writeonce@midipix.org>2017-10-15 09:52:25 -0400
commitdd061506b1fd6a6d57f0967896d65ad3a817f69e (patch)
tree5760b76577702c970ad3611b9799c7cae77e2a94 /crt/nt64/crtldso.c
parent96b093b6a66f87a5e5ed576e3db73e0df245a13a (diff)
downloadmmglue-dd061506b1fd6a6d57f0967896d65ad3a817f69e.tar.bz2
mmglue-dd061506b1fd6a6d57f0967896d65ad3a817f69e.tar.xz
toolchain build-time options: added __crtopt_ldso and __crtopt_vrfs.
Diffstat (limited to 'crt/nt64/crtldso.c')
-rw-r--r--crt/nt64/crtldso.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crt/nt64/crtldso.c b/crt/nt64/crtldso.c
new file mode 100644
index 0000000..c3130b8
--- /dev/null
+++ b/crt/nt64/crtldso.c
@@ -0,0 +1,3 @@
+#include "psxglue.h"
+
+const int __crtopt_ldso = __PSXOPT_LDSO;