Skip to content

Commit 573d921

Browse files
committed
build fix for MIPS 32 bit
Signed-off-by: Shivraj Patil <[email protected]>
1 parent 7e549d5 commit 573d921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ if (!$?) {
223223
}
224224
#For gfortran MIPS
225225
if ($?) {
226-
$link = `$compiler $openmp -mabi=n32 -v ftest2.f 2>&1 && rm -f a.out a.exe`;
226+
$link = `$compiler $openmp -mabi=32 -v ftest2.f 2>&1 && rm -f a.out a.exe`;
227227
}
228228
$binary = "" if ($?);
229229
}

0 commit comments

Comments
 (0)