We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c0f5e8 + 6641093 commit 7650513Copy full SHA for 7650513
configure
@@ -752,7 +752,7 @@ then
752
fi
753
FFLAGS[0]="${OPT_FLAGS} -march=${opt}"
754
if [[ "$opt" == "native" && $FVERSION == "GNU" ]]; then
755
- echo "CPU autodetect result: $(gfortran -march=native -Q --help=target|grep '^\s\+-march'|awk '{print $2}')"
+ echo "CPU autodetect result: $($FC -march=native -Q --help=target|grep '^\s\+-march'|awk '{print $2}')"
756
757
break
758
done
0 commit comments