fixed problem with xlf90/xlf77 on AIX [Gerardo]

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@417 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ballabio 2003-11-21 10:50:52 +00:00
parent 456e732ad1
commit 5f18d439fb
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ case "$build:$f90" in
;;
*-ibm-aix* )
try_cc="mpcc_r mpcc xlc cc gcc"
try_f77="$f90"
try_f77="mpxlf_r mpxlf xlf f77 $f90"
;;
mips-sgi-*:* )
try_cc="cc gcc"

View File

@ -1844,7 +1844,7 @@ case "$build:$f90" in
;;
*-ibm-aix* )
try_cc="mpcc_r mpcc xlc cc gcc"
try_f77="$f90"
try_f77="mpxlf_r mpxlf xlf f77 $f90"
;;
mips-sgi-*:* )
try_cc="cc gcc"

View File

@ -116,7 +116,7 @@ case "$build:$f90" in
;;
*-ibm-aix* )
try_cc="mpcc_r mpcc xlc cc gcc"
try_f77="$f90"
try_f77="mpxlf_r mpxlf xlf f77 $f90"
;;
mips-sgi-*:* )
try_cc="cc gcc"