Explorar o código

mic-configure: do not set LD when using icc

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
893739b603
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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"