Pārlūkot izejas kodu

postgresql: disable spinlock support for arcle/arcbe

Fixes:
  http://autobuild.buildroot.net/results/9b2/9b20513253fa68a3eb5588464a206092bb45e82d
  http://autobuild.buildroot.net/results/8ea/8ea59872bd68d302a11681426a47c70d9aa1475f
  http://autobuild.buildroot.net/results/4a1/4a1cf5721af631e15e076a5bcdd8676839c2a98d
  http://autobuild.buildroot.net/results/050/050a799f2e9e864e02cf75b2a5697ece215ab0a2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Seiderer 10 gadi atpakaļ
vecāks
revīzija
b1d20221e8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      package/postgresql/postgresql.mk

+ 1 - 1
package/postgresql/postgresql.mk

@@ -31,7 +31,7 @@ ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
 	POSTGRESQL_CONF_OPTS += --disable-thread-safety
 	POSTGRESQL_CONF_OPTS += --disable-thread-safety
 endif
 endif
 
 
-ifeq ($(BR2_microblazeel)$(BR2_microblazebe)$(BR2_nios2)$(BR2_xtensa),y)
+ifeq ($(BR2_arcle)$(BR2_arceb)$(BR2_microblazeel)$(BR2_microblazebe)$(BR2_nios2)$(BR2_xtensa),y)
 	POSTGRESQL_CONF_OPTS += --disable-spinlocks
 	POSTGRESQL_CONF_OPTS += --disable-spinlocks
 endif
 endif