diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-13 11:06:37 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-13 11:06:37 +0000 |
commit | f9838b0853e5604a9c61a22134c824f876004800 (patch) | |
tree | 9211d8878d9c7138fb614b9bd3af72f9fd5413eb /config/binutils.in | |
parent | c7df47dcea803deb519689c700d8f1728143f279 (diff) | |
download | crosstool-ng-f9838b0853e5604a9c61a22134c824f876004800.tar.gz crosstool-ng-f9838b0853e5604a9c61a22134c824f876004800.tar.bz2 crosstool-ng-f9838b0853e5604a9c61a22134c824f876004800.zip |
Add latest binutils versions.
/trunk/config/binutils.in | 30 30 0 0 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Diffstat (limited to 'config/binutils.in')
-rw-r--r-- | config/binutils.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in index 5ece2cc3..a72ebbaa 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -56,6 +56,31 @@ config BINUTILS_V_2_18_50_0_9 prompt "2.18.50.0.9 (EXPERIMENTAL)" depends on EXPERIMENTAL +config BINUTILS_V_2_18_90 + bool + prompt "2.18.90 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config BINUTILS_V_2_18_91 + bool + prompt "2.18.91 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config BINUTILS_V_2_18_92 + bool + prompt "2.18.92 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config BINUTILS_V_2_18_93 + bool + prompt "2.18.93 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config BINUTILS_V_2_19_50_0_1 + bool + prompt "2.19.50.0.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -72,6 +97,11 @@ config BINUTILS_VERSION default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7 default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8 default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9 + default "2.18.90" if BINUTILS_V_2_18_90 + default "2.18.91" if BINUTILS_V_2_18_91 + default "2.18.92" if BINUTILS_V_2_18_92 + default "2.18.93" if BINUTILS_V_2_18_93 + default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |