All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mongodb: disable on powerpc64
@ 2019-03-09 21:12 Fabrice Fontaine
  2019-03-11 22:06 ` Thomas Petazzoni
  2019-03-25 16:24 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-03-09 21:12 UTC (permalink / raw)
  To: buildroot

As stated in SConstruct, the altivec runtime test breaks
cross-compilation: "This checks for an altivec optimization we use in
full text search. Different versions of gcc appear to put output bytes
in different parts of the output vector produced by vec_vbpermq.  This
configure check looks to see which format the compiler produces. NOTE:
This breaks cross compiles, as it relies on checking runtime
functionality for the environment we're in."

Fixes:
 - http://autobuild.buildroot.org/results/162198617979a83b66f70ed6013251942ed04d67

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/mongodb/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mongodb/Config.in b/package/mongodb/Config.in
index 4696eb7660..7df502add6 100644
--- a/package/mongodb/Config.in
+++ b/package/mongodb/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_MONGODB_ARCH_SUPPORTS
 	bool
 	# ARM needs LDREX/STREX, so ARMv6+
 	default y if BR2_arm && !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5
-	default y if BR2_aarch64 || BR2_powerpc64 || BR2_x86_64
+	default y if BR2_aarch64 || BR2_x86_64
 
 config BR2_PACKAGE_MONGODB
 	bool "mongodb"
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/mongodb: disable on powerpc64
  2019-03-09 21:12 [Buildroot] [PATCH 1/1] package/mongodb: disable on powerpc64 Fabrice Fontaine
@ 2019-03-11 22:06 ` Thomas Petazzoni
  2019-03-25 16:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-03-11 22:06 UTC (permalink / raw)
  To: buildroot

On Sat,  9 Mar 2019 22:12:36 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> As stated in SConstruct, the altivec runtime test breaks
> cross-compilation: "This checks for an altivec optimization we use in
> full text search. Different versions of gcc appear to put output bytes
> in different parts of the output vector produced by vec_vbpermq.  This
> configure check looks to see which format the compiler produces. NOTE:
> This breaks cross compiles, as it relies on checking runtime
> functionality for the environment we're in."
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/162198617979a83b66f70ed6013251942ed04d67
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/mongodb/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/mongodb: disable on powerpc64
  2019-03-09 21:12 [Buildroot] [PATCH 1/1] package/mongodb: disable on powerpc64 Fabrice Fontaine
  2019-03-11 22:06 ` Thomas Petazzoni
@ 2019-03-25 16:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-03-25 16:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > As stated in SConstruct, the altivec runtime test breaks
 > cross-compilation: "This checks for an altivec optimization we use in
 > full text search. Different versions of gcc appear to put output bytes
 > in different parts of the output vector produced by vec_vbpermq.  This
 > configure check looks to see which format the compiler produces. NOTE:
 > This breaks cross compiles, as it relies on checking runtime
 > functionality for the environment we're in."

 > Fixes:
 >  - http://autobuild.buildroot.org/results/162198617979a83b66f70ed6013251942ed04d67

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-03-25 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-09 21:12 [Buildroot] [PATCH 1/1] package/mongodb: disable on powerpc64 Fabrice Fontaine
2019-03-11 22:06 ` Thomas Petazzoni
2019-03-25 16:24 ` 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.