mes/mlibc
Jan Nieuwenhuizen 26e9dd14e3 mlibc: Tinycc support: support, most syscalls stubbed.
* mlibc/libc-gcc.c (exit, write)[__TINYC__]: tcc-compatible gcc-style
  asm implementation.
  (read,open,access,brk,fsync)[__TINYC__]: Stub body.
* mlibc/libc-gcc+tcc.c (close,unlink, lseek, getcwd)[__TINYC__]: Stub
  body.
* mlibc/libc-mes+tcc.c: Support tinycc.
* mlibc/include/00-test.i (main) [__TINYC__]: Support tcc.
2017-11-16 22:11:07 +01:00
..
include mlibc: Tinycc support: support, most syscalls stubbed. 2017-11-16 22:11:07 +01:00
crt1.c build: compile crt1.c, libc-mesc.c and <input>.c separately. 2017-09-10 16:59:43 +02:00
crt1.M1 bootstrap: Include necessary M1 sources. 2017-09-10 21:17:17 +02:00
libc-gcc+tcc.c mlibc: Tinycc support: support, most syscalls stubbed. 2017-11-16 22:11:07 +01:00
libc-gcc.c mlibc: Tinycc support: support, most syscalls stubbed. 2017-11-16 22:11:07 +01:00
libc-mes+tcc.c mlibc: Tinycc support: support, most syscalls stubbed. 2017-11-16 22:11:07 +01:00
libc-mes.c build: compile crt1.c, libc-mesc.c and <input>.c separately. 2017-09-10 16:59:43 +02:00
libc-mes.M1 bootstrap: Include necessary M1 sources. 2017-09-10 21:17:17 +02:00
mini-libc-mes.c build: compile crt1.c, libc-mesc.c and <input>.c separately. 2017-09-10 16:59:43 +02:00