diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-03 16:37:36 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-03-03 16:37:36 -0800 |
commit | 0465c8b6f22ba02695b633cd81e8cb0d787c0122 (patch) | |
tree | 98fbd5274572efaea00508e4f14fc51aa170e8d6 /config/binutils | |
parent | 0b895560198f61d28af494973bd9ca5181db9970 (diff) | |
download | crosstool-ng-0465c8b6f22ba02695b633cd81e8cb0d787c0122.tar.gz crosstool-ng-0465c8b6f22ba02695b633cd81e8cb0d787c0122.tar.bz2 crosstool-ng-0465c8b6f22ba02695b633cd81e8cb0d787c0122.zip |
Add binutils 2.28
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 695256aa..1bb674e6 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -60,6 +60,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_28 + bool + prompt "2.28" + select BINUTILS_2_27_or_later + config BINUTILS_V_2_27 bool prompt "2.27" @@ -115,6 +120,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.28" if BINUTILS_V_2_28 default "2.27" if BINUTILS_V_2_27 default "2.26" if BINUTILS_V_2_26 default "2.25.1" if BINUTILS_V_2_25_1 |