diff options
author | Alexey Neyman <stilor@att.net> | 2017-11-19 00:10:53 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-11-19 21:50:28 -0800 |
commit | 63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 (patch) | |
tree | a6dd34002a5704b115b4c464eebb32e6b04e6482 /bootstrap | |
parent | 5e0d62fac62450c2527b6efaccbc5c5b6aef8c0e (diff) | |
download | crosstool-ng-63e91f4eba6fc9ba61be04eda3cc7fae19c827b8.tar.gz crosstool-ng-63e91f4eba6fc9ba61be04eda3cc7fae19c827b8.tar.bz2 crosstool-ng-63e91f4eba6fc9ba61be04eda3cc7fae19c827b8.zip |
A few fixes for showSamples
- Use fork's name, not the master package name
- Allow to use a choice selector when printing a package
- Consider complibs always present (they are, gcc does require gmp/...)
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -697,7 +697,7 @@ gen_selection() local dir="${2}" local label="${3}" - msg "Generating ${dir}.in" + msg "Generating ${dir}.in (${type})" exec >"${config_gen_dir}/${dir}.in" info=( \ [dir]=${dir} \ |