[Mesa-dev] [PATCH 2/3] swr: don't forget to link KNL/SKX against pthreads
Rowley, Timothy O
timothy.o.rowley at intel.com
Fri Jul 21 19:52:04 UTC 2017
Reviewed-by: Tim Rowley <timothy.o.rowley at intel.com>
> On Jul 21, 2017, at 1:05 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Analogous to previous commit but for the KNL/SKX backends.
>
> Cc: Bruce Cherniak <bruce.cherniak at intel.com>
> Cc: Tim Rowley <timothy.o.rowley at intel.com>
> Cc: Laurent Carlier <lordheavym at gmail.com>
> Fixes: 1cb5a6061ce ("configure/swr: add KNL and SKX architecture targets")
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> src/gallium/drivers/swr/Makefile.am | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/src/gallium/drivers/swr/Makefile.am b/src/gallium/drivers/swr/Makefile.am
> index 02010727d9b..bc7abad06af 100644
> --- a/src/gallium/drivers/swr/Makefile.am
> +++ b/src/gallium/drivers/swr/Makefile.am
> @@ -283,6 +283,7 @@ if HAVE_SWR_KNL
> lib_LTLIBRARIES += libswrKNL.la
>
> libswrKNL_la_CXXFLAGS = \
> + $(PTHREAD_CFLAGS) \
> $(SWR_KNL_CXXFLAGS) \
> -DKNOB_ARCH=KNOB_ARCH_AVX512 -DAVX512F_STRICT \
> $(COMMON_CXXFLAGS)
> @@ -290,6 +291,9 @@ libswrKNL_la_CXXFLAGS = \
> libswrKNL_la_SOURCES = \
> $(COMMON_SOURCES)
>
> +libswrKNL_la_LIBADD = \
> + $(PTHREAD_LIBS)
> +
> libswrKNL_la_LDFLAGS = \
> $(COMMON_LDFLAGS)
> endif
> @@ -298,6 +302,7 @@ if HAVE_SWR_SKX
> lib_LTLIBRARIES += libswrSKX.la
>
> libswrSKX_la_CXXFLAGS = \
> + $(PTHREAD_CFLAGS) \
> $(SWR_SKX_CXXFLAGS) \
> -DKNOB_ARCH=KNOB_ARCH_AVX512 \
> $(COMMON_CXXFLAGS)
> @@ -305,6 +310,9 @@ libswrSKX_la_CXXFLAGS = \
> libswrSKX_la_SOURCES = \
> $(COMMON_SOURCES)
>
> +libswrSKX_la_LIBADD = \
> + $(PTHREAD_LIBS)
> +
> libswrSKX_la_LDFLAGS = \
> $(COMMON_LDFLAGS)
> endif
> --
> 2.13.0
>
More information about the mesa-dev
mailing list