Skip to content

Commit db06615

Browse files
authored
Merge pull request #2240 from martin-frbg/issue2237
Fix PGI build options (again)
2 parents 300f158 + 7d380f7 commit db06615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ endif
699699

700700
ifeq ($(C_COMPILER), PGI)
701701
ifdef BINARY64
702-
CCOMMON_OPT += -tp p7-64
702+
CCOMMON_OPT += -tp p7-64 -D__MMX__ -Mnollvm
703703
else
704704
CCOMMON_OPT += -tp p7
705705
endif

0 commit comments

Comments
 (0)