summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-10-01 03:37:22 (GMT)
committerGitHub <noreply@github.com>2017-10-01 03:37:22 (GMT)
commitf966dd855fd8984f333cf7da3c7c137794e1f34c (patch)
treebf0c6d296987c2e21b9ca77e1532c9fb8c5bdb96 /TODO
parentf86adab1f41b2320c20ffe2e9ffe0c6d12954c33 (diff)
parentca45a8f9abd672189dbef5bcb242ac465df7b0f6 (diff)
Merge pull request #837 from stilor/download-verify
Verification of the downloads
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index eabd20b..9aeb22d 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,11 @@ A (slightly) ordered set of tasks for crosstool-NG. Written in a cryptic languag
-- Alexey Neyman (@stilor)
-[ ] mingw-w64 fails to build (with new gcc?) - the headers are installed into usr/x86_64-w64-mingw32/x86_64-w64-mingw32/include instead of usr/x86_64-w64-mingw32/include
+[ ] Migrate .config and build.log into per-target directory, make top-level file into symlinks - this will allow to compare/debug multiple configs side-by-side without overwriting each other
+[ ] Need a variant of CT_DoExecLog that only captures stderr - for use where we need stdout for further processing but want to capture errors
+ [ ] Use in test-package.sh
+[ ] mirror: remove crosstool-ng.org mirroring of archives? Use the option only for local mirrors? Archives currently hosted are outdated.
+[ ] old mingw-w64 fails to build (with new gcc?) - the headers are installed into usr/x86_64-w64-mingw32/x86_64-w64-mingw32/include instead of usr/x86_64-w64-mingw32/include
[ ] fix or retire?
[ ] test-packages.sh
[ ] FTP URLs always succeed in verification (wget bug) - how to work around?