From a7b50340842a05b5d77114051069b7df83eac8e4 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 13 Sep 2015 22:14:58 -0400 Subject: add an empty rcrt1.s for source-tree compatibility with musl 1.1.10 and later. --- crt/nt32/rcrt1.s | 0 crt/nt64/rcrt1.s | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 crt/nt32/rcrt1.s create mode 100644 crt/nt64/rcrt1.s (limited to 'crt') diff --git a/crt/nt32/rcrt1.s b/crt/nt32/rcrt1.s new file mode 100644 index 0000000..e69de29 diff --git a/crt/nt64/rcrt1.s b/crt/nt64/rcrt1.s new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3