Add latest EXPERIMENTAL binutils 2.18.50.0.8.

/trunk/config/binutils.in |    6     6     0     0 ++++++
 1 file changed, 6 insertions(+)
This commit is contained in:
Yann E. MORIN" 2008-07-13 15:25:40 +00:00
parent e171928b08
commit a1e8fc85c3

View File

@ -46,6 +46,11 @@ config BINUTILS_V_2_18_50_0_7
prompt "2.18.50.0.7 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_18_50_0_8
bool
prompt "2.18.50.0.8 (EXPERIMENTAL)"
depends on EXPERIMENTAL
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -60,6 +65,7 @@ config BINUTILS_VERSION
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
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
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!