diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-02-07 23:45:07 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-02-07 23:45:07 (EST) |
commit | 4349a6531ab32cedfe3e0c765a361db49f4efa23 (patch) | |
tree | cf08b2f054db5a3fdd19e22fd8305b3abb5522b6 /TODO | |
parent | aca8d9935b280fb51a2bc2332be63c56301c5dbd (diff) | |
download | eggshell-4349a6531ab32cedfe3e0c765a361db49f4efa23.zip eggshell-4349a6531ab32cedfe3e0c765a361db49f4efa23.tar.gz eggshell-4349a6531ab32cedfe3e0c765a361db49f4efa23.tar.bz2 |
TODO: Describe build system and bootstrapping
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,3 +16,8 @@ names? - Maybe add -fno-mangle-vars option to eshtrans to disable prefixing and insert a flag in generated code to enable eshrt to update variables + * Build system + - Pre-built toolchain in source tree + - configure looks for toolchain on system, uses included toolchain if not + found + - Top-level makefile directs build process (simple and bootstrap builds) |