diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-11 18:47:15 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-12 23:00:41 -0800 |
commit | 5e0f715ea7d032207d20593e43b02c1a1d7cd759 (patch) | |
tree | 299a3230b208c738b5db67d78c5c663ab4a4bcee /config/binutils | |
parent | dc9dac222045e68aeae5cfbbe04f2764afc33e46 (diff) | |
download | crosstool-ng-5e0f715ea7d032207d20593e43b02c1a1d7cd759.tar.gz crosstool-ng-5e0f715ea7d032207d20593e43b02c1a1d7cd759.tar.bz2 crosstool-ng-5e0f715ea7d032207d20593e43b02c1a1d7cd759.zip |
Add/update/remove Linaro versions.
Linaro GDB 7.2 no longer available from Linaro's website; removed.
Linaro GDB 7.5 had incorrect version (the tarball on linaro.org does
not have a -1 patch level).
Add/update latest versions on each (otherwise supported) branches of
GCC, GDB, binutils, glibc.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 7d9ab047..59eb6f85 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -92,6 +92,12 @@ config BINUTILS_V_2_24 prompt "2.24" select BINUTILS_2_24_or_later +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 + config BINUTILS_V_2_23_2 bool prompt "2.23.2" @@ -109,6 +115,7 @@ config BINUTILS_VERSION default "linaro-2.25.0-2015.01-2" if BINUTILS_LINARO_V_2_25 default "linaro-2.24.0-2014.11-2" if BINUTILS_LINARO_V_2_24 default "2.24" if BINUTILS_V_2_24 + default "linaro-2.23.2-2013.10-4" if BINUTILS_LINARO_V_2_23_2 default "2.23.2" if BINUTILS_V_2_23_2 endif # ! BINUTILS_CUSTOM |