summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/crt/crt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/crt/crt1.c')
-rw-r--r--libc-bottom-half/crt/crt1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-bottom-half/crt/crt1.c b/libc-bottom-half/crt/crt1.c
new file mode 100644
index 0000000..cbbe073
--- /dev/null
+++ b/libc-bottom-half/crt/crt1.c
@@ -0,0 +1,3 @@
+// We compile a plain crt1.o for toolchain compatibility, but it's
+// identical to crt1-command.o.
+#include "crt1-command.c"