From 86062740f1e8eeb4c554055cf304dc1e0e87ea43 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 8 Mar 2015 13:23:20 -0400 Subject: initial commit of core port files. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- crt/nt64/Scrt1.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 crt/nt64/Scrt1.c (limited to 'crt/nt64/Scrt1.c') diff --git a/crt/nt64/Scrt1.c b/crt/nt64/Scrt1.c new file mode 100644 index 0000000..ff5789f --- /dev/null +++ b/crt/nt64/Scrt1.c @@ -0,0 +1,2 @@ +#define LIBC_STATIC +#include "crt1.c" -- cgit v1.2.3