From: Martin Kroeker Date: Wed, 28 Aug 2019 09:31:20 +0000 (+0200) Subject: Fix PGI build options (again) X-Git-Tag: upstream/0.3.21~30^2~94^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d380f7d79abe1a8d7ed6efd56efe677135c2415;p=platform%2Fupstream%2Fopenblas.git Fix PGI build options (again) for #2237 --- diff --git a/Makefile.system b/Makefile.system index fe6be79..2cf1322 100644 --- a/Makefile.system +++ b/Makefile.system @@ -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