diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-05 17:36:40 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-05 17:36:40 +0000 |
commit | ce74b02f1c80725cd1784362e36560c5616a6e79 (patch) | |
tree | 52309b8af297d33ebe88b11c6e54f0935cb83dd4 /config/binutils.in | |
parent | 75565cecde729b34c9d483ab87b0f5cc9c1dab78 (diff) | |
download | crosstool-ng-ce74b02f1c80725cd1784362e36560c5616a6e79.tar.gz crosstool-ng-ce74b02f1c80725cd1784362e36560c5616a6e79.tar.bz2 crosstool-ng-ce74b02f1c80725cd1784362e36560c5616a6e79.zip |
Add latest EXPERIMENTAL binutils-2.19.51.0.2.
/trunk/config/binutils.in | 6 6 0 0 ++++++
1 file changed, 6 insertions(+)
Diffstat (limited to 'config/binutils.in')
-rw-r--r-- | config/binutils.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in index c7efb46f..537aa4bd 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -90,6 +90,11 @@ config BINUTILS_V_2_19_51_0_1 prompt "2.19.51.0.1 (EXPERIMENTAL)" depends on EXPERIMENTAL +config BINUTILS_V_2_19_51_0_2 + bool + prompt "2.19.51.0.2 (EXPERIMENTAL)" + depends on EXPERIMENTAL + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -113,6 +118,7 @@ config BINUTILS_VERSION default "2.19" if BINUTILS_V_2_19 default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1 default "2.19.51.0.1" if BINUTILS_V_2_19_51_0_1 + default "2.19.51.0.2" if BINUTILS_V_2_19_51_0_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |