Fix PGI build options (again)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 28 Aug 2019 09:31:20 +0000 (11:31 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2019 09:31:20 +0000 (11:31 +0200)
for #2237

Makefile.system

index fe6be79..2cf1322 100644 (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