Explorar o código

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

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