# HG changeset patch # User "Yann E. MORIN" # Date 1188405880 0 # Node ID 6abe7018a85ab68e839f32be77816881c1c5d219 # Parent 065977253d019a0d9fa287e8068e4f2984695118 Add binutils-2.18. diff -r 065977253d01 -r 6abe7018a85a config/binutils.in --- a/config/binutils.in Thu Aug 16 12:13:45 2007 +0000 +++ b/config/binutils.in Wed Aug 29 16:44:40 2007 +0000 @@ -47,6 +47,10 @@ prompt "2.17.50.0.18 (EXPERIMENTAL)" depends on EXPERIMENTAL +config BINUTILS_V_2_18 + bool + prompt "2.18" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -61,6 +65,7 @@ default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14 default "2.17.50.0.17" if BINUTILS_V_2_17_50_0_17 default "2.17.50.0.18" if BINUTILS_V_2_17_50_0_18 + default "2.18" if BINUTILS_V_2_18 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!