summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-09-25 09:23:17 -0400
committerTom Stellard <thomas.stellard@amd.com>2014-10-16 19:42:30 -0400
commit8e7df519bd8556591794b2de08a833a67e34d526 (patch)
tree78919a9835228c973d25749f30340f066ae901e6 /src/gallium/targets/opencl
parent8b7cc90cefef495887d7e83715b81a5d81ea7fb7 (diff)
downloadexternal_mesa3d-8e7df519bd8556591794b2de08a833a67e34d526.zip
external_mesa3d-8e7df519bd8556591794b2de08a833a67e34d526.tar.gz
external_mesa3d-8e7df519bd8556591794b2de08a833a67e34d526.tar.bz2
clover: Add support for compiling to native object code v3
v2: - Split build_module_native() into three separate functions. - Code cleanups. v3: - More cleanups. Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index 43ba5dd..1c5a908 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -23,6 +23,7 @@ lib@OPENCL_LIBNAME@_la_LIBADD = \
$(top_builddir)/src/util/libmesautil.la \
$(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
$(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
+ $(ELF_LIB) \
-ldl \
-lclangCodeGen \
-lclangFrontendTool \