Commit 68114238 authored by Peter Seiderer's avatar Peter Seiderer Committed by Peter Korsgaard
Browse files

postgresql: disable spinlock support for microblaze (el/be)

parent a13ea3b3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@ ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
	POSTGRESQL_CONF_OPT += --disable-thread-safety
endif

ifeq ($(BR2_microblazeel)$(BR2_microblazebe),y)
	POSTGRESQL_CONF_OPT += --disable-spinlocks
endif

ifeq ($(BR2_PACKAGE_READLINE),y)
	POSTGRESQL_DEPENDENCIES += readline
else