mes/mlibc
Jan Nieuwenhuizen 6c55f4bd28 bootstrap: Include necessary M1 sources.
M1 -f stage0/x86.M1 -f mlibc/crt1.M1 --LittleEndian --Architecture=1 > mlibc/crt1.hex2
   M1 -f stage0/x86.M1 -f mlibc/mini-libc-mes.M1 --LittleEndian --Architecture=1  > mlibc/libc-mes.hex2
   M1 -f stage0/x86.M1 -f src/mes.M1 --LittleEndian --Architecture=1 > src/mes.hex2
   hex2 --LittleEndian --Architecture=1 --BaseAddress=0x1000000 -f stage0/elf32-header.hex2 -f mlibc/crt1.hex2 -f mlibc/libc-mes.hex2 -f src/mes.hex2 -f stage0/elf32-footer-single-main.hex2 > src/mes-mes
   exec_enable src/mes-mes

* mlibc/crt1.M1: New File.
* mlibc/libc-mes.M1: New File.
* src/mes.M1: New File.
2017-09-10 21:17:17 +02:00
..
include mescc: Tinycc support: stdint.h: declare size_t. 2017-08-27 11:29:07 +02:00
crt1.M1 bootstrap: Include necessary M1 sources. 2017-09-10 21:17:17 +02:00
crt1.c build: compile crt1.c, libc-mesc.c and <input>.c separately. 2017-09-10 16:59:43 +02:00
libc-gcc+tcc.c mescc: drop naive realloc. 2017-08-01 11:08:14 +02:00
libc-gcc.c build: compile crt1.c, libc-mesc.c and <input>.c separately. 2017-09-10 16:59:43 +02:00
libc-mes+tcc.c mescc: Tinycc support: strtoull. 2017-08-19 10:51:24 +02:00
libc-mes.M1 bootstrap: Include necessary M1 sources. 2017-09-10 21:17:17 +02:00
libc-mes.c build: compile crt1.c, libc-mesc.c and <input>.c separately. 2017-09-10 16:59:43 +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