Merge pull request #2240 from martin-frbg/issue2237
Fix PGI build options (again)
This commit is contained in:
commit
db066151ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue