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] config/binutils: Add binutils 2.21


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1292356158 28800
# Node ID e55f9572abed710b9b576138d02efaf6e72be33a
# Parent  81b4c0efa46f757b89c150f66e09615ee7c0f5a4
config/binutils: Add binutils 2.21

Currently depends on EXPERIMENTAL, as it is not well tested and I'm not sure if/which patches need to be ported forward from 2.20.1.

diff -r 81b4c0efa46f -r e55f9572abed config/binutils/binutils.in
--- a/config/binutils/binutils.in	Fri Dec 03 12:36:44 2010 +0100
+++ b/config/binutils/binutils.in	Tue Dec 14 11:49:18 2010 -0800
@@ -8,6 +8,11 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config BINUTILS_V_2_21
+    bool
+    depends on EXPERIMENTAL
+    prompt "2.21"
+
 config BINUTILS_V_2_20_1
     bool
     prompt "2.20.1"
@@ -44,6 +49,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2.21" if BINUTILS_V_2_21
     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

--
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]