From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nylon Chen Date: Mon, 6 May 2019 17:04:09 +0800 Subject: [Buildroot] [PATCH 1/3] postgresql: disable spinlock support for nds32 Message-ID: <20190506090411.9453-1-nylon7@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Fixes: - http://autobuild.buildroot.net/results/881318dad8217be0cd0eb18ce3c5ab3aff216272 Signed-off-by: Nylon Chen --- 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