Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] dmraid: disable on ARC arch
@ 2014-02-06 22:56 Ryan Barnett
  2014-02-06 22:56 ` [Buildroot] [PATCH 2/2] gpsd: disable for microblaze arch Ryan Barnett
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ryan Barnett @ 2014-02-06 22:56 UTC (permalink / raw)
  To: buildroot

The ARC compiler has an internal failure while compiling this package
so disable this package for this architecture.

Fixes:
  http://autobuild.buildroot.net/results/ef6/ef6a0e2d382ae202bb8f0e9fc9f5e48c90119faf

Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
---
 package/dmraid/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/dmraid/Config.in b/package/dmraid/Config.in
index 028b46c..2f0c5b4 100644
--- a/package/dmraid/Config.in
+++ b/package/dmraid/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_DMRAID
 	bool "dmraid"
 	depends on BR2_LARGEFILE
 	depends on BR2_USE_MMU # lvm2
+	depends on !BR2_arc
 	select BR2_PACKAGE_LVM2
 	help
 	  dmraid discovers, activates, deactivates and displays properties
@@ -13,3 +14,4 @@ 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.3.2

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06 22:56 [Buildroot] [PATCH 1/2] dmraid: disable on ARC arch Ryan Barnett
2014-02-06 22:56 ` [Buildroot] [PATCH 2/2] gpsd: disable for microblaze arch Ryan Barnett
2014-02-08 21:54   ` Peter Korsgaard
2014-02-07  8:00 ` [Buildroot] [PATCH 1/2] dmraid: disable on ARC arch Thomas Petazzoni
2014-02-08 21:52 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox