[Buildroot] [PATCH v1] postgresql: disable spinlock support for xtensa

Peter Seiderer ps.report at gmx.net
Mon Mar 16 19:59:25 UTC 2015


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

Signed-off-by: Peter Seiderer <ps.report at 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



More information about the buildroot mailing list