diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-09 23:08:12 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-09 23:08:12 -0700 |
commit | fd522eed500576a6e62431724314858e120679c6 (patch) | |
tree | 7868fa7f06af8a35ef9de54544fa55658482cd09 /bootstrap | |
parent | 64d5c254c7ea6b0e8dbccd01cafaa8d8d1aa3906 (diff) | |
download | crosstool-ng-fd522eed500576a6e62431724314858e120679c6.tar.gz crosstool-ng-fd522eed500576a6e62431724314858e120679c6.tar.bz2 crosstool-ng-fd522eed500576a6e62431724314858e120679c6.zip |
Resolve a few more TBDs
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -605,8 +605,6 @@ enter_choice() local choice="${1}" local l - # TBD generate sourcing of versions/$component.in automatically - and add a comment - # TBD that versions must be generated first? [what to do with glibc/glibc-ports] info[choice]="${choice}" info[kcfg_choice]=`kconfigize "${choice}"` |