diff options
Diffstat (limited to '')
-rw-r--r-- | libc-bottom-half/crt/crt1.c | 3 |
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" |