public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] all: add binutils 2.22
@ 2011-11-28 22:09 Titus von Boxberg
  2011-12-11 22:07 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Titus von Boxberg @ 2011-11-28 22:09 UTC (permalink / raw)
  To: crossgcc

# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1322512028 -3600
# Node ID d68065310e14c15325f93e0749d84feb2e82c632
# Parent  49af7802dcd538ec3cb64337030b03ac2c6344d2
all: add binutils 2.22

Enable (EXPERIMENTAL) selection of binutils 2.22

Signed-off-by: "Titus von Boxberg" <titus@v9g.de>

diff -r 49af7802dcd5 -r d68065310e14 config/binutils/binutils.in
--- a/config/binutils/binutils.in	Tue Nov 22 10:08:10 2011 +0100
+++ b/config/binutils/binutils.in	Mon Nov 28 21:27:08 2011 +0100
@@ -8,6 +8,12 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config BINUTILS_V_2_22
+    bool
+    prompt "2.22 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+    select BINUTILS_2_22_or_later
+
 config BINUTILS_V_2_21_53
     bool
     prompt "2.21.53 (EXPERIMENTAL)"
@@ -50,6 +56,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2.22" if BINUTILS_V_2_22
     default "2.21.53" if BINUTILS_V_2_21_53
     default "2.21.1a" if BINUTILS_V_2_21_1a
     default "2.20.1a" if BINUTILS_V_2_20_1a
@@ -58,6 +65,12 @@
     default "2.17a" if BINUTILS_V_2_17a
     default "2.16.1a" if BINUTILS_V_2_16_1a
 
+config BINUTILS_2_22_or_later
+    bool
+    select BINUTILS_2_21_or_later
+    select BINUTILS_HAS_GOLD
+    select BINUTILS_HAS_PLUGINS
+
 config BINUTILS_2_21_or_later
     bool
     select BINUTILS_2_20_or_later
diff -r 49af7802dcd5 -r d68065310e14 scripts/addToolVersion.sh
--- a/scripts/addToolVersion.sh	Tue Nov 22 10:08:10 2011 +0100
+++ b/scripts/addToolVersion.sh	Mon Nov 28 21:27:08 2011 +0100
@@ -127,7 +127,9 @@
             # Extract 'M'ajor and 'm'inor from version string
             ver_M=$(getVersionField "${version}" . 1)
             ver_m=$(getVersionField "${version}" . 2)
-            if [   \( ${ver_M} -eq 2 -a ${ver_m} -eq 21 \)  ]; then
+            if [   \( ${ver_M} -eq 2 -a ${ver_m} -eq 22 \)  ]; then
+                SedExpr1="${SedExpr1}\n    select BINUTILS_2_22_or_later"
+            elif [   \( ${ver_M} -eq 2 -a ${ver_m} -eq 21 \)  ]; then
                 SedExpr1="${SedExpr1}\n    select BINUTILS_2_21_or_later"
             elif [ \( ${ver_M} -eq 2 -a ${ver_m} -eq 20 \)  ]; then
                 SedExpr1="${SedExpr1}\n    select BINUTILS_2_20_or_later"

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] all: add binutils 2.22
  2011-11-28 22:09 [PATCH] all: add binutils 2.22 Titus von Boxberg
@ 2011-12-11 22:07 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2011-12-11 22:07 UTC (permalink / raw)
  To: crossgcc; +Cc: Titus von Boxberg

Titus, All,

On Monday 28 November 2011 23:09:18 Titus von Boxberg wrote:
> # HG changeset patch
> # User Titus von Boxberg <titus@v9g.de>
> # Date 1322512028 -3600
> # Node ID d68065310e14c15325f93e0749d84feb2e82c632
> # Parent  49af7802dcd538ec3cb64337030b03ac2c6344d2
> all: add binutils 2.22

Applied as #ce8ada0b1d41. Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-11 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-28 22:09 [PATCH] all: add binutils 2.22 Titus von Boxberg
2011-12-11 22:07 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).