mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
postgresql: disable spinlock for xtensa
Fixes: http://autobuild.buildroot.net/results/fbf/fbf601af8b194effcad21a431ca447cb69c2bbd9/ http://autobuild.buildroot.net/results/822/822bd05bcb7384c671bfe13125db3a818982781a/ http://autobuild.buildroot.net/results/4ae/4ae938730a74f2be0f74fef8a99622f8f42742af/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
79e0eac99b
commit
7ebbf2e5c5
@ -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),y)
|
ifeq ($(BR2_microblazeel)$(BR2_microblazebe)$(BR2_nios2)$(BR2_xtensa),y)
|
||||||
POSTGRESQL_CONF_OPTS += --disable-spinlocks
|
POSTGRESQL_CONF_OPTS += --disable-spinlocks
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user