mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
drivers/radeon: Don't link against libgallium.la
This fixes several duplicate symbol errors. libllvmradeon is a simple helper library. If it requires symbols in other libraries, this should be taken care of by the gallium target that uses it (e.g. libr600.la)
This commit is contained in:
parent
93d5fe1478
commit
4fc11fa3c8
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
|
|||
if HAVE_GALLIUM_R600
|
||||
if HAVE_GALLIUM_RADEONSI
|
||||
lib_LTLIBRARIES = libllvmradeon@VERSION@.la
|
||||
libllvmradeon@VERSION@_la_LDFLAGS = -Wl,--no-undefined -shared -avoid-version \
|
||||
libllvmradeon@VERSION@_la_LDFLAGS = -Wl, -shared -avoid-version \
|
||||
$(LLVM_LDFLAGS)
|
||||
else
|
||||
noinst_LTLIBRARIES = libllvmradeon@VERSION@.la
|
||||
|
|
@ -26,6 +26,5 @@ libllvmradeon@VERSION@_la_SOURCES = \
|
|||
$(C_FILES)
|
||||
|
||||
libllvmradeon@VERSION@_la_LIBADD = \
|
||||
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
|
||||
$(CLOCK_LIB) \
|
||||
$(LLVM_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue