summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit4349a6531ab32cedfe3e0c765a361db49f4efa23 (patch)
treecf08b2f054db5a3fdd19e22fd8305b3abb5522b6
parentaca8d9935b280fb51a2bc2332be63c56301c5dbd (diff)
downloadeggshell-4349a6531ab32cedfe3e0c765a361db49f4efa23.zip
eggshell-4349a6531ab32cedfe3e0c765a361db49f4efa23.tar.gz
eggshell-4349a6531ab32cedfe3e0c765a361db49f4efa23.tar.bz2
TODO: Describe build system and bootstrapping
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index a6e79b5..45d522d 100644
--- a/TODO
+++ b/TODO
@@ -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)