Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] binutils: do not allow on NIOS2, no support available
@ 2013-12-22 18:31 Thomas Petazzoni
  2013-12-22 23:29 ` Ezequiel Garcia
  2013-12-25 11:33 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-12-22 18:31 UTC (permalink / raw)
  To: buildroot

binutils does not have support for NIOS2 on the target, so disable the
selection of binutils on this architecture.

Fixes:

  http://autobuild.buildroot.org/results/40d/40d9cbefd03727af82610412ed0bc47674c44dbb/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/binutils/Config.in  | 2 +-
 package/dropwatch/Config.in | 2 +-
 package/oprofile/Config.in  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/binutils/Config.in b/package/binutils/Config.in
index 38d519a..badea2b 100644
--- a/package/binutils/Config.in
+++ b/package/binutils/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_BINUTILS
 	bool "binutils"
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
-	depends on !BR2_aarch64
+	depends on !BR2_aarch64 && !BR2_nios2
 	help
 	  Install binutils on the target
 
diff --git a/package/dropwatch/Config.in b/package/dropwatch/Config.in
index ac0cc3e..0c9aca6 100644
--- a/package/dropwatch/Config.in
+++ b/package/dropwatch/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_DROPWATCH
 	bool "dropwatch"
 	select BR2_PACKAGE_BINUTILS
-	depends on !BR2_aarch64 # binutils
+	depends on !BR2_aarch64 && !BR2_nios2 # binutils
 	select BR2_PACKAGE_READLINE
 	select BR2_PACKAGE_LIBNL
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in
index dff2a8c..2f223c0 100644
--- a/package/oprofile/Config.in
+++ b/package/oprofile/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_OPROFILE
 	select BR2_PACKAGE_BINUTILS
 	select BR2_PACKAGE_LIBPFM4 if BR2_powerpc
 	depends on BR2_INSTALL_LIBSTDCPP
-	depends on !BR2_aarch64 # binutils
+	depends on !BR2_aarch64 && !BR2_nios2 # binutils
 	# libpfm4 is needed on PowerPC, and requires thread support
 	depends on BR2_TOOLCHAIN_HAS_THREADS || !BR2_powerpc
 	help
-- 
1.8.3.2

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

* [Buildroot] [PATCH] binutils: do not allow on NIOS2, no support available
  2013-12-22 18:31 [Buildroot] [PATCH] binutils: do not allow on NIOS2, no support available Thomas Petazzoni
@ 2013-12-22 23:29 ` Ezequiel Garcia
  2013-12-25 11:33 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Ezequiel Garcia @ 2013-12-22 23:29 UTC (permalink / raw)
  To: buildroot

On Sun, Dec 22, 2013 at 07:31:28PM +0100, Thomas Petazzoni wrote:
> binutils does not have support for NIOS2 on the target, so disable the
> selection of binutils on this architecture.
> 
> Fixes:
> 
>   http://autobuild.buildroot.org/results/40d/40d9cbefd03727af82610412ed0bc47674c44dbb/build-end.log
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
-- 
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] binutils: do not allow on NIOS2, no support available
  2013-12-22 18:31 [Buildroot] [PATCH] binutils: do not allow on NIOS2, no support available Thomas Petazzoni
  2013-12-22 23:29 ` Ezequiel Garcia
@ 2013-12-25 11:33 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-12-25 11:33 UTC (permalink / raw)
  To: buildroot

Dear Thomas Petazzoni,

On Sun, 22 Dec 2013 19:31:28 +0100, Thomas Petazzoni wrote:
> binutils does not have support for NIOS2 on the target, so disable the
> selection of binutils on this architecture.
> 
> Fixes:
> 
>   http://autobuild.buildroot.org/results/40d/40d9cbefd03727af82610412ed0bc47674c44dbb/build-end.log
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/binutils/Config.in  | 2 +-
>  package/dropwatch/Config.in | 2 +-
>  package/oprofile/Config.in  | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2013-12-25 11:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-22 18:31 [Buildroot] [PATCH] binutils: do not allow on NIOS2, no support available Thomas Petazzoni
2013-12-22 23:29 ` Ezequiel Garcia
2013-12-25 11:33 ` Thomas Petazzoni

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