All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] postgresql: disable spinlock support for xtensa
@ 2015-03-16 19:59 Peter Seiderer
  2015-03-16 21:00 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2015-03-16 19:59 UTC (permalink / raw)
  To: buildroot

Fixes:
  http://autobuild.buildroot.net/results/4ae/4ae938730a74f2be0f74fef8a99622f8f42742af

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Patch depends on [v3,3/8] postgresql: enable bfin compile
https://patchwork.ozlabs.org/patch/448690/
---
 package/postgresql/postgresql.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 76b19d5..7d4bb58 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -36,7 +36,7 @@ ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
 	POSTGRESQL_CONF_OPTS += --disable-thread-safety
 endif
 
-ifeq ($(BR2_bfin)$(BR2_microblazebe)$(BR2_microblazeel)$(BR2_nios2),y)
+ifeq ($(BR2_bfin)$(BR2_microblazebe)$(BR2_microblazeel)$(BR2_nios2)$(BR2_xtensa),y)
 	POSTGRESQL_CONF_OPTS += --disable-spinlocks
 endif
 
-- 
2.1.4

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

* [Buildroot] [PATCH v1] postgresql: disable spinlock support for xtensa
  2015-03-16 19:59 [Buildroot] [PATCH v1] postgresql: disable spinlock support for xtensa Peter Seiderer
@ 2015-03-16 21:00 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-03-16 21:00 UTC (permalink / raw)
  To: buildroot

Dear Peter Seiderer,

On Mon, 16 Mar 2015 20:59:25 +0100, Peter Seiderer wrote:
> Fixes:
>   http://autobuild.buildroot.net/results/4ae/4ae938730a74f2be0f74fef8a99622f8f42742af
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Baruch patch was sent 4 minutes earlier, so I applied his patch.

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:[~2015-03-16 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-16 19:59 [Buildroot] [PATCH v1] postgresql: disable spinlock support for xtensa Peter Seiderer
2015-03-16 21:00 ` 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.