build fix for MIPS 32 bit
authorShivraj Patil <shivraj.patil@imgtec.com>
Mon, 9 May 2016 09:15:12 +0000 (14:45 +0530)
committerShivraj Patil <shivraj.patil@imgtec.com>
Mon, 9 May 2016 09:15:12 +0000 (14:45 +0530)
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
f_check

diff --git a/f_check b/f_check
index 4c9d81e..4c03ac7 100644 (file)
--- a/f_check
+++ b/f_check
@@ -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 ($?);
     }