소스 검색

only disable fortran when using the gcc cross-compiler, ifort supports mic

Samuel Thibault 8 년 전
부모
커밋
82cba0e625
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mic-configure

+ 2 - 1
mic-configure

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