浏览代码

examples/Makefile.am: link with icc when one of the object files has been produced with icc

Nathalie Furmento 8 年之前
父节点
当前提交
812130288a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/Makefile.am

+ 1 - 0
examples/Makefile.am

@@ -378,6 +378,7 @@ if STARPU_CROSS_COMPILING
 else
 basic_examples_vector_scal_SOURCES +=		\
 	basic_examples/vector_scal_cpu_icc.icc
+basic_examples_vector_scal_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(ICC) -o $@
 endif
 endif