Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] postgresql: disable spinlock support for nds32
@ 2019-05-06  9:04 Nylon Chen
  2019-05-06  9:04 ` [Buildroot] [PATCH 2/3] package/libbsd: disable " Nylon Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Nylon Chen @ 2019-05-06  9:04 UTC (permalink / raw)
  To: buildroot

Fixes:
  - http://autobuild.buildroot.net/results/881318dad8217be0cd0eb18ce3c5ab3aff216272
Signed-off-by: Nylon Chen <nylon7@andestech.com>
---
 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 8f01460109..2f2b49ca24 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_arcle)$(BR2_arceb)$(BR2_microblazeel)$(BR2_microblazebe)$(BR2_or1k)$(BR2_nios2)$(BR2_riscv)$(BR2_xtensa),y)
+ifeq ($(BR2_arcle)$(BR2_arceb)$(BR2_microblazeel)$(BR2_microblazebe)$(BR2_or1k)$(BR2_nios2)$(BR2_riscv)$(BR2_xtensa)$(BR2_nds32),y)
 POSTGRESQL_CONF_OPTS += --disable-spinlocks
 endif
 
-- 
2.18.0

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

end of thread, other threads:[~2019-05-06 19:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-06  9:04 [Buildroot] [PATCH 1/3] postgresql: disable spinlock support for nds32 Nylon Chen
2019-05-06  9:04 ` [Buildroot] [PATCH 2/3] package/libbsd: disable " Nylon Chen
2019-05-06 19:41   ` Peter Korsgaard
2019-05-06  9:04 ` [Buildroot] [PATCH 3/3] package/strace: add patch for nds32 support Nylon Chen
2019-05-06  9:10   ` Thomas Petazzoni
2019-05-06  9:35     ` Nylon Chen
2019-05-06  9:40       ` Thomas Petazzoni
2019-05-06  9:14   ` Baruch Siach
2019-05-06 19:40 ` [Buildroot] [PATCH 1/3] postgresql: disable spinlock support for nds32 Peter Korsgaard

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