Skip to content

Commit e12cff8

Browse files
Vicente Olivert RieraVicente Olivert Riera
authored andcommitted
Makefile.system: P5600 and I6400 cores need -mmsa
Signed-off-by: Vicente Olivert Riera <[email protected]>
1 parent 7a19065 commit e12cff8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile.system

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,16 @@ CCOMMON_OPT += -march=mips64
521521
FCOMMON_OPT += -march=mips64
522522
endif
523523

524+
ifeq ($(CORE), P5600)
525+
CCOMMON_OPT += -mmsa
526+
FCOMMON_OPT += -mmsa
527+
endif
528+
529+
ifeq ($(CORE), I6400)
530+
CCOMMON_OPT += -mmsa
531+
FCOMMON_OPT += -mmsa
532+
endif
533+
524534
ifeq ($(OSNAME), AIX)
525535
BINARY_DEFINED = 1
526536
endif

0 commit comments

Comments
 (0)