public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1 of 2] cc/gcc: update Linaro GCC revisions to 2011.10
  2011-10-13 17:22 [PATCH 0 of 2] Update Linaro gcc/gdb Benoît THÉBAUDEAU
@ 2011-10-13 17:22 ` Benoît THÉBAUDEAU
  2011-10-16 14:57   ` Yann E. MORIN
  2011-10-13 17:22 ` [PATCH 2 of 2] debug/gdb: update Linaro GDB " Benoît THÉBAUDEAU
  1 sibling, 1 reply; 7+ messages in thread
From: Benoît THÉBAUDEAU @ 2011-10-13 17:22 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
# Date 1318525885 -7200
# Node ID a26ba8a09cd8cee8289b00d13ddcf0967120fb44
# Parent  652e56d6d35aab02dca9649aca544d5c5ff8b452
cc/gcc: update Linaro GCC revisions to 2011.10

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>

diff --git a/config/cc/gcc.in b/config/cc/gcc.in
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -36,9 +36,9 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config CC_V_linaro_4_6_2011_09_1
+config CC_V_linaro_4_6_2011_10
     bool
-    prompt "linaro-4.6-2011.09-1 (EXPERIMENTAL)"
+    prompt "linaro-4.6-2011.10 (EXPERIMENTAL)"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
@@ -54,9 +54,9 @@
     depends on EXPERIMENTAL
     select CC_GCC_4_6
 
-config CC_V_linaro_4_5_2011_09_1
+config CC_V_linaro_4_5_2011_10
     bool
-    prompt "linaro-4.5-2011.09-1 (EXPERIMENTAL)"
+    prompt "linaro-4.5-2011.10 (EXPERIMENTAL)"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_5
 
@@ -319,10 +319,10 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-4.6-2011.09-1" if CC_V_linaro_4_6_2011_09_1
+    default "linaro-4.6-2011.10" if CC_V_linaro_4_6_2011_10
     default "4.6.1" if CC_V_4_6_1
     default "4.6.0" if CC_V_4_6_0
-    default "linaro-4.5-2011.09-1" if CC_V_linaro_4_5_2011_09_1
+    default "linaro-4.5-2011.10" if CC_V_linaro_4_5_2011_10
     default "4.5.3" if CC_V_4_5_3
     default "4.5.2" if CC_V_4_5_2
     default "4.5.1" if CC_V_4_5_1

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

* [PATCH 2 of 2] debug/gdb: update Linaro GDB revisions to 2011.10
  2011-10-13 17:22 [PATCH 0 of 2] Update Linaro gcc/gdb Benoît THÉBAUDEAU
  2011-10-13 17:22 ` [PATCH 1 of 2] cc/gcc: update Linaro GCC revisions to 2011.10 Benoît THÉBAUDEAU
@ 2011-10-13 17:22 ` Benoît THÉBAUDEAU
  2011-10-16 14:58   ` Yann E. MORIN
  1 sibling, 1 reply; 7+ messages in thread
From: Benoît THÉBAUDEAU @ 2011-10-13 17:22 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
# Date 1318526164 -7200
# Node ID a8380f023dc3084dac6770aac2f8c13c96cd93d4
# Parent  a26ba8a09cd8cee8289b00d13ddcf0967120fb44
debug/gdb: update Linaro GDB revisions to 2011.10

Update Linaro GDB with the latest available revisions.

Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>

diff --git a/config/debug/gdb.in b/config/debug/gdb.in
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -34,9 +34,9 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config GDB_V_linaro_7_3_2011_09
+config GDB_V_linaro_7_3_2011_10
     bool
-    prompt "linaro-7.3-2011.09 (EXPERIMENTAL)"
+    prompt "linaro-7.3-2011.10 (EXPERIMENTAL)"
     depends on DEBUG_GDB_SHOW_LINARO
     select GDB_7_0_or_later
 
@@ -97,7 +97,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-7.3-2011.09" if GDB_V_linaro_7_3_2011_09
+    default "linaro-7.3-2011.10" if GDB_V_linaro_7_3_2011_10
     default "7.3a" if GDB_V_7_3a
     default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0
     default "7.2a" if GDB_V_7_2a

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

* [PATCH 0 of 2] Update Linaro gcc/gdb
@ 2011-10-13 17:22 Benoît THÉBAUDEAU
  2011-10-13 17:22 ` [PATCH 1 of 2] cc/gcc: update Linaro GCC revisions to 2011.10 Benoît THÉBAUDEAU
  2011-10-13 17:22 ` [PATCH 2 of 2] debug/gdb: update Linaro GDB " Benoît THÉBAUDEAU
  0 siblings, 2 replies; 7+ messages in thread
From: Benoît THÉBAUDEAU @ 2011-10-13 17:22 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

Hi Yann, all,

This little patch series updates the revisions of the Linaro packages.

Best regards,
Benoît THÉBAUDEAU

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

* Re: [PATCH 1 of 2] cc/gcc: update Linaro GCC revisions to 2011.10
  2011-10-13 17:22 ` [PATCH 1 of 2] cc/gcc: update Linaro GCC revisions to 2011.10 Benoît THÉBAUDEAU
@ 2011-10-16 14:57   ` Yann E. MORIN
  0 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2011-10-16 14:57 UTC (permalink / raw)
  To: crossgcc; +Cc: Benoît THÉBAUDEAU

Benoît, All,

On Thursday 13 October 2011 19:22:02 Benoît THÉBAUDEAU wrote:
> # HG changeset patch
> # User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
> # Date 1318525885 -7200
> # Node ID a26ba8a09cd8cee8289b00d13ddcf0967120fb44
> # Parent  652e56d6d35aab02dca9649aca544d5c5ff8b452
> cc/gcc: update Linaro GCC revisions to 2011.10

Applied as #3e3f8a86f1c0. 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] 7+ messages in thread

* Re: [PATCH 2 of 2] debug/gdb: update Linaro GDB revisions to 2011.10
  2011-10-13 17:22 ` [PATCH 2 of 2] debug/gdb: update Linaro GDB " Benoît THÉBAUDEAU
@ 2011-10-16 14:58   ` Yann E. MORIN
  0 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2011-10-16 14:58 UTC (permalink / raw)
  To: crossgcc; +Cc: Benoît THÉBAUDEAU

Benoît, All,

On Thursday 13 October 2011 19:22:03 Benoît THÉBAUDEAU wrote:
> # HG changeset patch
> # User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
> # Date 1318526164 -7200
> # Node ID a8380f023dc3084dac6770aac2f8c13c96cd93d4
> # Parent  a26ba8a09cd8cee8289b00d13ddcf0967120fb44
> debug/gdb: update Linaro GDB revisions to 2011.10

Applied as #60503af6d9a9. 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] 7+ messages in thread

* Re: [PATCH 0 of 2] Update Linaro gcc/gdb
  2011-12-12 12:31 [PATCH 0 of 2] Update Linaro gcc/gdb Benoît Thébaudeau
@ 2011-12-12 23:01 ` Yann E. MORIN
  0 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2011-12-12 23:01 UTC (permalink / raw)
  To: crossgcc; +Cc: Benoît Thébaudeau

Benoît, All,

On Monday 12 December 2011 13:30:37 Benoît Thébaudeau wrote:
> This little patch series updates the revisions of the Linaro packages.

Applied as #e98c6a720ce8 and #8e6fc0fe3bc9. 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] 7+ messages in thread

* [PATCH 0 of 2] Update Linaro gcc/gdb
@ 2011-12-12 12:31 Benoît Thébaudeau
  2011-12-12 23:01 ` Yann E. MORIN
  0 siblings, 1 reply; 7+ messages in thread
From: Benoît Thébaudeau @ 2011-12-12 12:31 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

Hi Yann, all,

This little patch series updates the revisions of the Linaro packages.

Best regards,
Benoît Thébaudeau

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

end of thread, other threads:[~2011-12-12 23:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-13 17:22 [PATCH 0 of 2] Update Linaro gcc/gdb Benoît THÉBAUDEAU
2011-10-13 17:22 ` [PATCH 1 of 2] cc/gcc: update Linaro GCC revisions to 2011.10 Benoît THÉBAUDEAU
2011-10-16 14:57   ` Yann E. MORIN
2011-10-13 17:22 ` [PATCH 2 of 2] debug/gdb: update Linaro GDB " Benoît THÉBAUDEAU
2011-10-16 14:58   ` Yann E. MORIN
2011-12-12 12:31 [PATCH 0 of 2] Update Linaro gcc/gdb Benoît Thébaudeau
2011-12-12 23:01 ` 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).