mes/make
Jan Nieuwenhuizen 1263d6e278 mescc: Write object files in hex2 or hex3 format.
* stage0/elf32.hex2: New file.
* module/mes/hex2.mes: New file.
* module/mes/hex2.scm: New file.
* module/language/c99/compiler.mes: Eradicate object lamdas.
  (current-eval, dec-xhex, function:-object->text, object->elf,
  object->objects, merge-objects, alist-add): Remove.
* module/mes/elf.mes (object->elf): New function, move from compiler.mes.
* module/mes/elf.scm: Export it.
* guile/mescc.scm (parse-opts): Add -g.
  (main): Use it.
* scripts/mescc.mes: Likewise.
* scripts/mescc-guile.make (MESCC.scm, MESLD.scm): Add -g flag.
* scripts/mescc-mes.make (MESCC.mes, MESLD.mes): Likewise.
* scaffold/m.c: Add proper includes.
* scaffold/argv.c: New file.
* scaffold/hello.c: Simplify.
* scaffold/micro-mes.c: Add proper includes.
* scaffold/t.c: Add proper includes.
2017-06-11 13:11:40 +02:00
..
bin-mlibc.make build: Skip gcc, mlibc, guile or mes builds using CC=, CC32=, GUILE= or MES=. 2017-05-28 18:32:53 +02:00
bin.make mescc: move include into share/mlibc, allows installing alongside gcc. 2017-06-03 12:27:53 +02:00
check-mlibc.make test: Support for non-Guix[SD]: cater for missing CC/CC32 compilers. 2017-06-20 19:47:15 +02:00
check-tinycc.make mescc: Refactor mlibc compilation. 2017-05-21 22:25:02 +02:00
check.make test: Support for non-Guix[SD]: cater for missing CC/CC32 compilers. 2017-06-20 19:47:15 +02:00
clean.make build: Refactor. 2017-04-12 21:27:59 +02:00
common.make build: Refactor. 2017-04-12 21:27:59 +02:00
compile.make build: Use separate preprocessing stage for mescc. 2017-05-22 21:15:58 +02:00
guile.make nyacc: Unbundle. 2017-05-07 10:04:32 +02:00
install.make core: %moduledir ends with /. 2017-06-12 17:18:31 +02:00
mescc-guile.make mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
mescc-mes.make mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
reset.make test: Run 33/55 tests of ../tinycc/tests/test2 if avaiable. 2017-05-04 19:41:45 +02:00