Skip to content

Commit d67babf

Browse files
committed
Remove gcc unrecognized option '-msched-weight' when check msa
1 parent 7f11e33 commit d67babf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ if (($architecture eq "mips") || ($architecture eq "mips64")) {
199199
} else {
200200
$tmpf = new File::Temp( SUFFIX => '.c' , UNLINK => 1 );
201201
$code = '"addvi.b $w0, $w1, 1"';
202-
$msa_flags = "-mmsa -mfp64 -msched-weight -mload-store-pairs";
202+
$msa_flags = "-mmsa -mfp64 -mload-store-pairs";
203203
print $tmpf "#include <msa.h>\n\n";
204204
print $tmpf "void main(void){ __asm__ volatile($code); }\n";
205205

0 commit comments

Comments
 (0)