Fix PGI build options (again)

for #2237
This commit is contained in:
Martin Kroeker
2019-08-28 11:31:20 +02:00
committed by GitHub
parent 300f158d3b
commit 7d380f7d79
+1 -1
View File
@@ -699,7 +699,7 @@ endif
ifeq ($(C_COMPILER), PGI) ifeq ($(C_COMPILER), PGI)
ifdef BINARY64 ifdef BINARY64
CCOMMON_OPT += -tp p7-64 CCOMMON_OPT += -tp p7-64 -D__MMX__ -Mnollvm
else else
CCOMMON_OPT += -tp p7 CCOMMON_OPT += -tp p7
endif endif