File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -968,16 +968,19 @@ endif
968968endif
969969ifdef BINARY64
970970ifeq ($(ARCH), x86_64)
971+ ifeq (,$(findstring tp,$(CFLAGS)))
971972ifneq ($(NEWPGI2),1)
972973CCOMMON_OPT += -tp p7-64
973974else
974975CCOMMON_OPT += -tp px
975976endif
977+ endif
976978ifneq ($(NEWPGI),1)
977979CCOMMON_OPT += -D__MMX__ -Mnollvm
978980endif
979981else
980982ifeq ($(ARCH), power)
983+ ifeq (,$(findstring tp,$(CFLAGS)))
981984ifeq ($(CORE), POWER8)
982985CCOMMON_OPT += -tp pwr8
983986endif
@@ -986,14 +989,17 @@ CCOMMON_OPT += -tp pwr9
986989endif
987990endif
988991endif
992+ endif
989993else
990994ifneq ($(NEWPGI2),1)
995+ ifeq (,$(findstring tp,$(CFLAGS)))
991996CCOMMON_OPT += -tp p7
992997else
993998CCOMMON_OPT += -tp px
994999endif
9951000endif
9961001endif
1002+ endif
9971003
9981004ifeq ($(C_COMPILER), PATHSCALE)
9991005ifdef BINARY64
You can’t perform that action at this time.
0 commit comments