Lines Matching refs:gfortran
19 # from. If you specify --prefix=/some/dir, gcc, g++ and gfortran will be
22 # and --with-gfortran=/pathname/to/gfortran. If you specify --without-gcc,
23 # --without-g++ or --without-gfortran, the test for the specified program
24 # will be skipped. By default, gcc, g++ and gfortran will be searched in
53 --with-gfortran=*) GFORTRAN_UNDER_TEST=`echo "$1" | sed 's/[^=]*=//'`; shift;;
56 --without-gfortran) GFORTRAN_UNDER_TEST=no; shift;;
62 Runs the testsuite for an installed version of gcc/g++/gfortran/objc
77 --prefix=/some/dir use gcc, g++ and gfortran from /some/dir/bin [PATH]
80 --with-gfortran=/some/dir/bin/gfortran use specified gfortran program [gfortran]
83 --without-gfortran do not run gfortran testsuite
115 set GFORTRAN_UNDER_TEST "${GFORTRAN_UNDER_TEST-${prefix}${prefix+/bin/}gfortran}"
129 test x"${GFORTRAN_UNDER_TEST}" = x"no" || runtest --tool gfortran ${1+"$@"}