mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
postgresql: disable spinlock support for riscv64
Fixes: - http://autobuild.buildroot.org/results/deebc4b8f615e1216279d6587e91f5654da2ad68 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
49b9ec7d1c
commit
f02c60cd2f
@ -34,7 +34,7 @@ ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|||||||
POSTGRESQL_CONF_OPTS += --disable-thread-safety
|
POSTGRESQL_CONF_OPTS += --disable-thread-safety
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_arcle)$(BR2_arceb)$(BR2_microblazeel)$(BR2_microblazebe)$(BR2_or1k)$(BR2_nios2)$(BR2_xtensa),y)
|
ifeq ($(BR2_arcle)$(BR2_arceb)$(BR2_microblazeel)$(BR2_microblazebe)$(BR2_or1k)$(BR2_nios2)$(BR2_riscv)$(BR2_xtensa),y)
|
||||||
POSTGRESQL_CONF_OPTS += --disable-spinlocks
|
POSTGRESQL_CONF_OPTS += --disable-spinlocks
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user