mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-21 08:29:39 +00:00
Allow for per-tool templates when creating overrides
... will be used to implement a smarter install wrapper. While there, correct the spelling of "OVERIDE". Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
@ -1289,7 +1289,7 @@ CT_Patch() {
|
||||
fi
|
||||
done
|
||||
|
||||
if [ "${CT_OVERIDE_CONFIG_GUESS_SUB}" = "y" ]; then
|
||||
if [ "${CT_OVERRIDE_CONFIG_GUESS_SUB}" = "y" ]; then
|
||||
CT_DoLog ALL "Overiding config.guess and config.sub"
|
||||
for cfg in config_guess config_sub; do
|
||||
eval ${cfg}="${CT_LIB_DIR}/scripts/${cfg/_/.}"
|
||||
|
Reference in New Issue
Block a user