aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-19 00:10:53 -0800
committerAlexey Neyman <stilor@att.net>2017-11-19 21:50:28 -0800
commit63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 (patch)
treea6dd34002a5704b115b4c464eebb32e6b04e6482 /bootstrap
parent5e0d62fac62450c2527b6efaccbc5c5b6aef8c0e (diff)
downloadcrosstool-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-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 52b27ed4..0a7cee07 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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} \