diff options
author | Alexey Neyman <stilor@att.net> | 2017-09-30 18:47:35 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-09-30 18:47:35 -0700 |
commit | ca45a8f9abd672189dbef5bcb242ac465df7b0f6 (patch) | |
tree | bf0c6d296987c2e21b9ca77e1532c9fb8c5bdb96 /TODO | |
parent | 4c321260b2a144bf143d44bb1e1c01238bdc2a9e (diff) | |
download | crosstool-ng-ca45a8f9abd672189dbef5bcb242ac465df7b0f6.tar.gz crosstool-ng-ca45a8f9abd672189dbef5bcb242ac465df7b0f6.tar.bz2 crosstool-ng-ca45a8f9abd672189dbef5bcb242ac465df7b0f6.zip |
Add -D__GLIBC__ to target CFLAGS
... when using musl to compile strace.
Also, honor CT_TARGET_CFLAGS in scripts compiling target libs/binaries.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ A (slightly) ordered set of tasks for crosstool-NG. Written in a cryptic languag -- Alexey Neyman (@stilor) +[ ] 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. |