commit
81794ccb9a
2
f_check
2
f_check
|
@ -223,7 +223,7 @@ if (!$?) {
|
||||||
}
|
}
|
||||||
#For gfortran MIPS
|
#For gfortran MIPS
|
||||||
if ($?) {
|
if ($?) {
|
||||||
$link = `$compiler $openmp -mabi=n32 -v ftest2.f 2>&1 && rm -f a.out a.exe`;
|
$link = `$compiler $openmp -mabi=32 -v ftest2.f 2>&1 && rm -f a.out a.exe`;
|
||||||
}
|
}
|
||||||
$binary = "" if ($?);
|
$binary = "" if ($?);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue