diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-13 21:55:01 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-13 21:55:01 -0800 |
commit | fb58775a46bae7e587e888fc481e7483773e99ee (patch) | |
tree | a02a7114198b26c7b6c3d145419357b09b76215e /config/binutils | |
parent | aa60275fdf35f6a1d7543b5921a6f51451d5bf76 (diff) | |
download | crosstool-ng-fb58775a46bae7e587e888fc481e7483773e99ee.tar.gz crosstool-ng-fb58775a46bae7e587e888fc481e7483773e99ee.tar.bz2 crosstool-ng-fb58775a46bae7e587e888fc481e7483773e99ee.zip |
Typo s/CC_BINUTILS/BINUTILS/.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 59eb6f85..07d4a907 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -37,7 +37,7 @@ endif # BINUTILS_CUSTOM if ! BINUTILS_CUSTOM -config CC_BINUTILS_SHOW_LINARO +config BINUTILS_SHOW_LINARO bool prompt "Show Linaro versions" help @@ -79,13 +79,13 @@ config BINUTILS_LINARO_V_2_25 bool prompt "linaro-2.25.0-2015.01-2" select BINUTILS_2_25_or_later - depends on CC_BINUTILS_SHOW_LINARO + depends on BINUTILS_SHOW_LINARO config BINUTILS_LINARO_V_2_24 bool prompt "linaro-2.24.0-2014.11-2" select BINUTILS_2_24_or_later - depends on CC_BINUTILS_SHOW_LINARO + depends on BINUTILS_SHOW_LINARO config BINUTILS_V_2_24 bool @@ -96,7 +96,7 @@ config BINUTILS_LINARO_V_2_23_2 bool prompt "linaro-2.23.2-2013.10-4" select BINUTILS_2_23_2_or_later - depends on CC_BINUTILS_SHOW_LINARO + depends on BINUTILS_SHOW_LINARO config BINUTILS_V_2_23_2 bool |