All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gmp: disable ASM for m68k coldfire
@ 2016-06-13  6:04 Waldemar Brodkorb
  2016-06-13  9:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2016-06-13  6:04 UTC (permalink / raw)
  To: buildroot

Some m68k assembly is used inside gmp, so disable it for
coldfire.

Fixes following autobuild error:
http://autobuild.buildroot.net/results/30ac7b7fdaa51c0fe4fcafbbb558d60cb3d9fe51/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/gmp/gmp.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
index af6958d..e1d75dc 100644
--- a/package/gmp/gmp.mk
+++ b/package/gmp/gmp.mk
@@ -12,8 +12,8 @@ GMP_LICENSE = LGPLv3+
 GMP_LICENSE_FILES = COPYING.LESSERv3
 GMP_DEPENDENCIES = host-m4
 
-# GMP doesn't support assembly for r6 ISA yet
-ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y)
+# GMP doesn't support assembly for coldfire or mips r6 ISA yet
+ifeq ($(BR2_m68k_cf)$(BR2_mips_32r6)$(BR2_mips_64r6),y)
 GMP_CONF_OPTS += --disable-assembly
 endif
 
-- 
2.1.4

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

* [Buildroot] [PATCH] gmp: disable ASM for m68k coldfire
  2016-06-13  6:04 [Buildroot] [PATCH] gmp: disable ASM for m68k coldfire Waldemar Brodkorb
@ 2016-06-13  9:56 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-06-13  9:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 13 Jun 2016 08:04:05 +0200, Waldemar Brodkorb wrote:
> Some m68k assembly is used inside gmp, so disable it for
> coldfire.
> 
> Fixes following autobuild error:
> http://autobuild.buildroot.net/results/30ac7b7fdaa51c0fe4fcafbbb558d60cb3d9fe51/
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/gmp/gmp.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

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

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

end of thread, other threads:[~2016-06-13  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-13  6:04 [Buildroot] [PATCH] gmp: disable ASM for m68k coldfire Waldemar Brodkorb
2016-06-13  9:56 ` Thomas Petazzoni

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.