Browse Source

disable building fortran on MIC, there is no cross-compiler there

Samuel Thibault 8 years ago
parent
commit
9deb546b39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mic-configure

+ 1 - 1
mic-configure

@@ -134,7 +134,7 @@ do
 	fi
 
 	if test x$arch = xmic ; then
-	    params+=(--disable-build-doc --host=$mic_host)
+	    params+=(--host=$mic_host --disable-build-doc --disable-fortran)
 	    if [ "$native_mic" -eq "1" ]
 	    then
 		params+=(--enable-maxcpus=250)