diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-27 23:19:36 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-30 12:10:47 -0800 |
commit | a08a4c4b88fa2b2d770bda1fb1590ca80904fca7 (patch) | |
tree | aa69007ee1ec6240ecb360adbf8e4e551389d4fd /config/global | |
parent | a78dc93b64e856d42516a1d854ad9e8e21c48afb (diff) | |
download | crosstool-ng-a08a4c4b88fa2b2d770bda1fb1590ca80904fca7.tar.gz crosstool-ng-a08a4c4b88fa2b2d770bda1fb1590ca80904fca7.tar.bz2 crosstool-ng-a08a4c4b88fa2b2d770bda1fb1590ca80904fca7.zip |
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>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/ct-behave.in | 2 | ||||
-rw-r--r-- | config/global/extract.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/global/ct-behave.in b/config/global/ct-behave.in index ba723cf6..a57c7984 100644 --- a/config/global/ct-behave.in +++ b/config/global/ct-behave.in @@ -102,7 +102,7 @@ config DEBUG_CT_SAVE_STEPS_GZIP further doesn't gain much, and takes far more time (believe me, I've got figures here! :-) ). -config NO_OVERIDE_LC_MESSAGES +config NO_OVERRIDE_LC_MESSAGES bool prompt "Do *not* overide LC_MESSAGES (EXPERIMENTAL)" depends on EXPERIMENTAL diff --git a/config/global/extract.in b/config/global/extract.in index 2599faaf..b7547757 100644 --- a/config/global/extract.in +++ b/config/global/extract.in @@ -11,7 +11,7 @@ config FORCE_EXTRACT Useful if you suspect a previous extract did not complete (eg. broken tarball), or you added a new set of patches for this component. -config OVERIDE_CONFIG_GUESS_SUB +config OVERRIDE_CONFIG_GUESS_SUB bool prompt "Override config.{guess,sub}" default y |