diff options
author | Emil Velikov <[email protected]> | 2014-03-11 02:21:21 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-31 12:26:16 +0100 |
commit | 2328900f66b4b1d682d79deeb4b66249991c4e89 (patch) | |
tree | d3c88aaebd18ae5daabe7eb5201dcd2ab7ec79a3 /src/gallium/targets/r600/omx/Makefile.am | |
parent | 1ea1767f72906d833bf9070c2aa9e664885ed72d (diff) |
gallium/targets: fold LLVM_LDFLAGS inside Automake.inc
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/r600/omx/Makefile.am')
-rw-r--r-- | src/gallium/targets/r600/omx/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/r600/omx/Makefile.am b/src/gallium/targets/r600/omx/Makefile.am index 0aa469ba035..8b0cdba51af 100644 --- a/src/gallium/targets/r600/omx/Makefile.am +++ b/src/gallium/targets/r600/omx/Makefile.am @@ -56,7 +56,6 @@ libomx_r600_la_LINK = $(CXXLINK) $(libomx_r600_la_LDFLAGS) # Mention a dummy pure C++ file to trigger generation of the $(LINK) variable nodist_EXTRA_libomx_r600_la_SOURCES = dummy-cpp.cpp -libomx_r600_la_LDFLAGS += $(LLVM_LDFLAGS) libomx_r600_la_LIBADD += $(LLVM_LIBS) else libomx_r600_la_LINK = $(LINK) $(libomx_r600_la_LDFLAGS) |