Commit d0b4663c authored by Alvaro Herrera's avatar Alvaro Herrera

Add -mpopcnt to all compiles of pg_bitutils.c

The way this makefile works, we need to specify it three times.
parent da6520be
...@@ -80,6 +80,8 @@ pg_crc32c_armv8_srv.o: CFLAGS+=$(CFLAGS_ARMV8_CRC32C) ...@@ -80,6 +80,8 @@ pg_crc32c_armv8_srv.o: CFLAGS+=$(CFLAGS_ARMV8_CRC32C)
# pg_bitutils.c needs CFLAGS_POPCNT # pg_bitutils.c needs CFLAGS_POPCNT
pg_bitutils.o: CFLAGS+=$(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 # Shared library versions of object files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment