diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-23 00:36:57 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-04-23 00:36:57 -0700 |
commit | f98e04388c805a1b97b7a49e0d2da5c9acbcf887 (patch) | |
tree | 6c77f523d5c34bbf7ae1df1839f2f4275e505850 /TODO | |
parent | 2f286ce5ab5f9938e504549726bf25acc5bdfe4b (diff) | |
download | crosstool-ng-f98e04388c805a1b97b7a49e0d2da5c9acbcf887.tar.gz crosstool-ng-f98e04388c805a1b97b7a49e0d2da5c9acbcf887.tar.bz2 crosstool-ng-f98e04388c805a1b97b7a49e0d2da5c9acbcf887.zip |
Update TODO
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ A (slightly) ordered set of tasks for crosstool-NG. Written in a cryptic languag [ ] add passthrough to configure, for host/target [ ] Read/spellcheck configs & scripts [ ] 'ct-ng olddefconfig' -[ ] Install config.gen so that it is not rebuilt in the installed configurations [ ] Install a "trap" C++ compiler as ${CT_TARGET}-g++ during pass-1/pass-2 to trap attempts to compile target code with g++ (currently glibc detects host g++ and warns that it uses g++ w/o target triplet) [ ] Somehow it needs to be functional during the configure step - export env var while running in CT_DoExecLog with CFG level, and forward it to host compiler? [ ] elf2flt not compatible with multiple linkers enabled in binutils (ld.bfd + ld.gold) - fix upstream? |