mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
swr: standardize linkage and check for unresolved symbols
Acked-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
6423004d85
commit
9475251145
1 changed files with 7 additions and 1 deletions
|
|
@ -105,7 +105,13 @@ COMMON_LIBADD = \
|
|||
$(top_builddir)/src/mesa/libmesagallium.la \
|
||||
$(LLVM_LIBS)
|
||||
|
||||
COMMON_LDFLAGS = $(LLVM_LDFLAGS)
|
||||
COMMON_LDFLAGS = \
|
||||
-shared \
|
||||
-module \
|
||||
-no-undefined \
|
||||
$(GC_SECTIONS) \
|
||||
$(NO_UNDEFINED) \
|
||||
$(LLVM_LDFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = libswrAVX.la libswrAVX2.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue