浏览代码

mic-configure: do not set LD when using icc

Nathalie Furmento 11 年之前
父节点
当前提交
893739b603
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      mic-configure

+ 0 - 1
mic-configure

@@ -63,7 +63,6 @@ do
 	if [ $compiler = "icc" -a "$arch" = "mic" ] ; then
 	    export CC="icc -mmic"
 	    export CXX="icc -mmic"
-	    export LD="icc -mmic"
 	fi
 
 	params="--enable-mic --with-coi-dir=$coi_dir --with-scif-dir=$scif_dir --prefix=$prefix/$arch"