Add -mpopcnt to all compiles of pg_bitutils.c

The way this makefile works, we need to specify it three times.
This commit is contained in:
Alvaro Herrera 2019-02-13 17:38:21 -03:00
parent da6520be7f
commit d0b4663c23

View file

@ -80,6 +80,8 @@ pg_crc32c_armv8_srv.o: CFLAGS+=$(CFLAGS_ARMV8_CRC32C)
# pg_bitutils.c needs CFLAGS_POPCNT
pg_bitutils.o: CFLAGS+=$(CFLAGS_POPCNT)
pg_bitutils_shlib.o: CFLAGS+=$(CFLAGS_POPCNT)
pg_bitutils_srv.o: CFLAGS+=$(CFLAGS_POPCNT)
#
# Shared library versions of object files