Merge pull request #2240 from martin-frbg/issue2237

Fix PGI build options (again)
This commit is contained in:
Martin Kroeker 2019-08-28 15:30:53 +02:00 committed by GitHub
commit db066151ee
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)
ifdef BINARY64
CCOMMON_OPT += -tp p7-64
CCOMMON_OPT += -tp p7-64 -D__MMX__ -Mnollvm
else
CCOMMON_OPT += -tp p7
endif