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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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