summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2013-04-23 20:14:01 -0700
committerTom Stellard <[email protected]>2013-05-06 09:06:10 -0700
commit914d797797b5b835eeaffb56f04a2ca3f2e120b6 (patch)
tree885ac27fc2a46364bf27abf04a093dc4a80dc396 /src/gallium/drivers/radeonsi
parent024fe6852a76f33d7e2afc5621340e387c381bb0 (diff)
radeon/llvm: Always build libradeonllvm as static
This library is very small, so there is not much to gain from building it as a shared library. Also, when linking statically with LLVM, a shared libradeonllvm exports LLVM symbols and creates problems when used with other shared objects that also link statically to LLVM. Reviewed-by: [email protected]
Diffstat (limited to 'src/gallium/drivers/radeonsi')
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am
index df2870ee59d..46aa998d512 100644
--- a/src/gallium/drivers/radeonsi/Makefile.am
+++ b/src/gallium/drivers/radeonsi/Makefile.am
@@ -35,4 +35,4 @@ AM_CFLAGS = $(LLVM_CFLAGS)
libradeonsi_la_SOURCES = $(C_SOURCES)
libradeonsi_la_LIBADD = \
../radeon/libradeon.la \
- ../radeon/libllvmradeon@[email protected]
+ ../radeon/libllvmradeon.la