This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 3/4] add binutils-2.20.1


add binutils-2.20.1

Signed-off-by: Johannes Stezenbach <js@sig21.net>

diff -r 2c95d7abdf73 -r 3a28a8c6cc57 config/binutils/binutils.in
--- a/config/binutils/binutils.in	Fri Jun 25 11:02:41 2010 +0200
+++ b/config/binutils/binutils.in	Fri Jun 25 11:11:41 2010 +0200
@@ -8,6 +8,10 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config BINUTILS_V_2_20_1
+    bool
+    prompt "2.20.1"
+
 config BINUTILS_V_2_20
     bool
     prompt "2.20"
@@ -40,6 +44,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2.20.1" if BINUTILS_V_2_20_1
     default "2.20" if BINUTILS_V_2_20
     default "2.19.1" if BINUTILS_V_2_19_1
     default "2.19" if BINUTILS_V_2_19

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]