all: remove last traces of the C runtime

This increases code size on the nrf, but it is a fixed increase and can
hopefully be reduced in the future.
The Makefile gets a lot smaller with this which is a huge advantage
(less build time complexity).
This commit is contained in:
Ayke van Laethem
2018-09-12 23:10:35 +02:00
parent f7f7d4cbbc
commit 8ce139284a
4 changed files with 7 additions and 40 deletions
-13
View File
@@ -1,13 +0,0 @@
#pragma once
#include <stdint.h>
typedef struct {
uint32_t len; // TODO: size_t (or, let max string size depend on target/flag)
uint8_t *buf; // points to string buffer itself
} string_t;
typedef int32_t intgo_t; // may be 64-bit
int main();
-3
View File
@@ -1,3 +0,0 @@
source_filename = "runtime/runtime.ll"
; dummy file