All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc
@ 2014-02-13 12:41 Anton Kolesov
  2014-02-13 12:41 ` [Buildroot] [PATCH 2/2] Revert "dmraid: disable on ARC arch" Anton Kolesov
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Anton Kolesov @ 2014-02-13 12:41 UTC (permalink / raw)
  To: buildroot

This fixes two issues: one segmentation fault in GCC and one invalid code
generation. Those fix numerous autobuild failures, including:
http://autobuild.buildroot.net/results/715/7158a2a19da6bfa950125a951a39061ccaa73101/
http://autobuild.buildroot.net/results/9d4/9d4fbcb91cf76e01c833d70c401c0828ad37631a/
http://autobuild.buildroot.net/results/ef6/ef6a0e2d382ae202bb8f0e9fc9f5e48c90119faf/
http://autobuild.buildroot.net/results/276/27692619efee482cded56967017f260bd30eefe7/

Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>
---
 package/gcc/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 7bd1eb3..4fd8ec9 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -96,7 +96,7 @@ config BR2_GCC_VERSION
 	default "4.6.4"     if BR2_GCC_VERSION_4_6_X
 	default "4.7.3"     if BR2_GCC_VERSION_4_7_X
 	default "4.8.2"     if BR2_GCC_VERSION_4_8_X
-	default "7466697995233cc3aab5b9427bf843e3c7fabd80" if BR2_GCC_VERSION_4_8_ARC
+	default "c6227bc154124e270f15793deddfa3fe18f7db54" if BR2_GCC_VERSION_4_8_ARC
 	default "b93bb009e021aba64dd4b8cdb0bbc5a176c55543" if BR2_GCC_VERSION_4_9_MICROBLAZE
 	default BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP
 
-- 
1.8.4.1

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

* [Buildroot] [PATCH 2/2] Revert "dmraid: disable on ARC arch"
  2014-02-13 12:41 [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Anton Kolesov
@ 2014-02-13 12:41 ` Anton Kolesov
  2014-02-13 21:14   ` Peter Korsgaard
  2014-02-13 12:41 ` [Buildroot] [PATCH] binutils: arc: Bump to git commit a934fe5 Anton Kolesov
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Anton Kolesov @ 2014-02-13 12:41 UTC (permalink / raw)
  To: buildroot

This reverts commit 262a4c0bf7fb64d632ae6d40c22a62380c0af65f.

Compiler error has been fixed, and building this package doesn't cause an
ICE anymore.

Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>
---
 package/dmraid/Config.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/dmraid/Config.in b/package/dmraid/Config.in
index bfdd89b..028b46c 100644
--- a/package/dmraid/Config.in
+++ b/package/dmraid/Config.in
@@ -2,8 +2,6 @@ config BR2_PACKAGE_DMRAID
 	bool "dmraid"
 	depends on BR2_LARGEFILE
 	depends on BR2_USE_MMU # lvm2
-	# triggers gcc ice
-	depends on !BR2_arc
 	select BR2_PACKAGE_LVM2
 	help
 	  dmraid discovers, activates, deactivates and displays properties
@@ -15,4 +13,3 @@ config BR2_PACKAGE_DMRAID
 comment "dmraid needs a toolchain w/ largefile"
 	depends on BR2_USE_MMU
 	depends on !BR2_LARGEFILE
-	depends on !BR2_arc
-- 
1.8.4.1

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

* [Buildroot] [PATCH] binutils: arc: Bump to git commit a934fe5
  2014-02-13 12:41 [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Anton Kolesov
  2014-02-13 12:41 ` [Buildroot] [PATCH 2/2] Revert "dmraid: disable on ARC arch" Anton Kolesov
@ 2014-02-13 12:41 ` Anton Kolesov
  2014-02-13 21:14   ` Peter Korsgaard
  2014-02-13 12:41 ` [Buildroot] [PATCH] uclibc: arc: bump to git commit f37101d Anton Kolesov
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Anton Kolesov @ 2014-02-13 12:41 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>
---
 package/binutils/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 49b857e..58738e8 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -49,7 +49,7 @@ endchoice
 config BR2_BINUTILS_VERSION
 	string
 	default "2.18-avr32-1.0.1" if BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
-	default "0c824ba511fa9b028220eb3c39b566af89ac9dda" if BR2_arc
+	default "a934fe50786aa0dc0fb5da4754e7e07591c9cd8e" if BR2_arc
 	default "8351467c933d277ebea0c8d99ad2b65b5f7b6bc2" if BR2_microblaze
 	default "2.20.1"	if BR2_BINUTILS_VERSION_2_20_1
 	default "2.21"		if BR2_BINUTILS_VERSION_2_21
-- 
1.8.4.1

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

* [Buildroot] [PATCH] uclibc: arc: bump to git commit f37101d
  2014-02-13 12:41 [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Anton Kolesov
  2014-02-13 12:41 ` [Buildroot] [PATCH 2/2] Revert "dmraid: disable on ARC arch" Anton Kolesov
  2014-02-13 12:41 ` [Buildroot] [PATCH] binutils: arc: Bump to git commit a934fe5 Anton Kolesov
@ 2014-02-13 12:41 ` Anton Kolesov
  2014-02-13 21:14   ` Peter Korsgaard
  2014-02-13 12:41 ` [Buildroot] [PATCH] gdb: arc: bump to git commit cb15acc Anton Kolesov
  2014-02-13 21:13 ` [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Peter Korsgaard
  4 siblings, 1 reply; 10+ messages in thread
From: Anton Kolesov @ 2014-02-13 12:41 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>
---
 package/uclibc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index f5543cc..860e410 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -42,7 +42,7 @@ config BR2_UCLIBC_VERSION_STRING
 	default 0.9.31.1	if BR2_UCLIBC_VERSION_0_9_31
 	default 0.9.32.1	if BR2_UCLIBC_VERSION_0_9_32
 	default 0.9.33.2	if BR2_UCLIBC_VERSION_0_9_33
-	default "9f0f466d3b17181ce88be36ce24a775774fe686c" if BR2_arc
+	default "f37101d94284c692ee9b23bc72ef38b9473cd316" if BR2_arc
 	default "7bf35c8b7d4a1f97174eb49f47f33946b282114c" if BR2_UCLIBC_VERSION_XTENSA_GIT
 	default BR2_USE_UCLIBC_SNAPSHOT	if BR2_UCLIBC_VERSION_SNAPSHOT
 
-- 
1.8.4.1

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

* [Buildroot] [PATCH] gdb: arc: bump to git commit cb15acc
  2014-02-13 12:41 [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Anton Kolesov
                   ` (2 preceding siblings ...)
  2014-02-13 12:41 ` [Buildroot] [PATCH] uclibc: arc: bump to git commit f37101d Anton Kolesov
@ 2014-02-13 12:41 ` Anton Kolesov
  2014-02-13 21:14   ` Peter Korsgaard
  2014-02-13 21:13 ` [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Peter Korsgaard
  4 siblings, 1 reply; 10+ messages in thread
From: Anton Kolesov @ 2014-02-13 12:41 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>
---
 package/gdb/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 9c77028..420408a 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -53,5 +53,5 @@ config BR2_GDB_VERSION
                                    (!BR2_PACKAGE_HOST_GDB && BR2_avr32)
 	default "7.4.1"    if BR2_GDB_VERSION_7_4
 	default "7.5.1"    if BR2_GDB_VERSION_7_5 || !BR2_PACKAGE_HOST_GDB
-	default "f25a1952afd054205f9471e449c1f7ca5b271b7c" if BR2_arc
+	default "cb15acc5eecea46d041730e5c2c9fa1d4283ef25" if BR2_arc
 	default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze
-- 
1.8.4.1

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

* [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc
  2014-02-13 12:41 [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Anton Kolesov
                   ` (3 preceding siblings ...)
  2014-02-13 12:41 ` [Buildroot] [PATCH] gdb: arc: bump to git commit cb15acc Anton Kolesov
@ 2014-02-13 21:13 ` Peter Korsgaard
  4 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2014-02-13 21:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Anton" == Anton Kolesov <anton.kolesov@synopsys.com> writes:

 > This fixes two issues: one segmentation fault in GCC and one invalid code
 > generation. Those fix numerous autobuild failures, including:
 > http://autobuild.buildroot.net/results/715/7158a2a19da6bfa950125a951a39061ccaa73101/
 > http://autobuild.buildroot.net/results/9d4/9d4fbcb91cf76e01c833d70c401c0828ad37631a/
 > http://autobuild.buildroot.net/results/ef6/ef6a0e2d382ae202bb8f0e9fc9f5e48c90119faf/
 > http://autobuild.buildroot.net/results/276/27692619efee482cded56967017f260bd30eefe7/

 > Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] Revert "dmraid: disable on ARC arch"
  2014-02-13 12:41 ` [Buildroot] [PATCH 2/2] Revert "dmraid: disable on ARC arch" Anton Kolesov
@ 2014-02-13 21:14   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2014-02-13 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Anton" == Anton Kolesov <anton.kolesov@synopsys.com> writes:

 > This reverts commit 262a4c0bf7fb64d632ae6d40c22a62380c0af65f.
 > Compiler error has been fixed, and building this package doesn't cause an
 > ICE anymore.

 > Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] binutils: arc: Bump to git commit a934fe5
  2014-02-13 12:41 ` [Buildroot] [PATCH] binutils: arc: Bump to git commit a934fe5 Anton Kolesov
@ 2014-02-13 21:14   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2014-02-13 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Anton" == Anton Kolesov <anton.kolesov@synopsys.com> writes:

 > Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] uclibc: arc: bump to git commit f37101d
  2014-02-13 12:41 ` [Buildroot] [PATCH] uclibc: arc: bump to git commit f37101d Anton Kolesov
@ 2014-02-13 21:14   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2014-02-13 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Anton" == Anton Kolesov <anton.kolesov@synopsys.com> writes:

 > Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>

Committed to next, thanks.
-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] gdb: arc: bump to git commit cb15acc
  2014-02-13 12:41 ` [Buildroot] [PATCH] gdb: arc: bump to git commit cb15acc Anton Kolesov
@ 2014-02-13 21:14   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2014-02-13 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Anton" == Anton Kolesov <anton.kolesov@synopsys.com> writes:

 > Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-02-13 21:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-13 12:41 [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Anton Kolesov
2014-02-13 12:41 ` [Buildroot] [PATCH 2/2] Revert "dmraid: disable on ARC arch" Anton Kolesov
2014-02-13 21:14   ` Peter Korsgaard
2014-02-13 12:41 ` [Buildroot] [PATCH] binutils: arc: Bump to git commit a934fe5 Anton Kolesov
2014-02-13 21:14   ` Peter Korsgaard
2014-02-13 12:41 ` [Buildroot] [PATCH] uclibc: arc: bump to git commit f37101d Anton Kolesov
2014-02-13 21:14   ` Peter Korsgaard
2014-02-13 12:41 ` [Buildroot] [PATCH] gdb: arc: bump to git commit cb15acc Anton Kolesov
2014-02-13 21:14   ` Peter Korsgaard
2014-02-13 21:13 ` [Buildroot] [PATCH 1/2] gcc: arc: bump to git commit c6227bc Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.