Browse Source

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

Nathalie Furmento 8 years ago
parent
commit
812130288a
1 changed files with 1 additions and 0 deletions
  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