diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-05 17:38:05 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-05 17:38:05 +0000 |
commit | 08c56406615054619b386e064864fdfbc12c339e (patch) | |
tree | 22124447222d7ab1ab8ac856f57d0ddd54fd219f /config/binutils.in | |
parent | ce74b02f1c80725cd1784362e36560c5616a6e79 (diff) | |
download | crosstool-ng-08c56406615054619b386e064864fdfbc12c339e.tar.gz crosstool-ng-08c56406615054619b386e064864fdfbc12c339e.tar.bz2 crosstool-ng-08c56406615054619b386e064864fdfbc12c339e.zip |
Add latest stable binutils-2.19.1
/trunk/config/binutils.in | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
Diffstat (limited to 'config/binutils.in')
-rw-r--r-- | config/binutils.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in index 537aa4bd..119e3d34 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -80,6 +80,10 @@ config BINUTILS_V_2_19 bool prompt "2.19" +config BINUTILS_V_2_19_1 + bool + prompt "2.19.1" + config BINUTILS_V_2_19_50_0_1 bool prompt "2.19.50.0.1 (EXPERIMENTAL)" @@ -116,6 +120,7 @@ config BINUTILS_VERSION default "2.18.92" if BINUTILS_V_2_18_92 default "2.18.93" if BINUTILS_V_2_18_93 default "2.19" if BINUTILS_V_2_19 + default "2.19.1" if BINUTILS_V_2_19_1 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 |