diff options
| author | Alvaro Herrera | 2019-02-13 20:38:21 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2019-02-13 20:39:05 +0000 |
| commit | d0b4663c23b7a6ae6f489c4d7a2f58f879914959 (patch) | |
| tree | a6773b5b242314921bfcc2f5c4d0596cd83e5624 /src/port | |
| parent | da6520be7f946f5f0f8fe46c34e303d1d36ee080 (diff) | |
Add -mpopcnt to all compiles of pg_bitutils.c
The way this makefile works, we need to specify it three times.
Diffstat (limited to 'src/port')
| -rw-r--r-- | src/port/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port/Makefile b/src/port/Makefile index 94ccece3711..2da73260a13 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -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 |
