aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index e69de29..c3a19aa 100644
--- a/TODO
+++ b/TODO
@@ -0,0 +1,4 @@
+- add a --target-flags option #420089 so people can set the default flags
+ that they want to build the cross-compiler with. this requires fixing
+ gcc/binutils and how we only have a single CFLAGS value that is passed
+ both for the host (e.g. `gcc`) and for the target (e.g. libgcc.so).