Browse Source

Merge pull request #868 from sva-img/develop

build fix for MIPS 32 bit
tags/v0.2.19^2
Zhang Xianyi 10 years ago
parent
commit
81794ccb9a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      f_check

+ 1
- 1
f_check View File

@@ -223,7 +223,7 @@ if (!$?) {
}
#For gfortran MIPS
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 ($?);
}


Loading…
Cancel
Save