radeon/llvm: Always build libradeonllvm as static 64/6464/1
authorTom Stellard <thomas.stellard@amd.com>
Wed, 24 Apr 2013 03:14:01 +0000 (20:14 -0700)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 6 May 2013 16:06:10 +0000 (09:06 -0700)
commit914d797797b5b835eeaffb56f04a2ca3f2e120b6
tree885ac27fc2a46364bf27abf04a093dc4a80dc396
parent024fe6852a76f33d7e2afc5621340e387c381bb0
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: Mathias.Froehlich@web.de
src/gallium/drivers/r600/Makefile.am
src/gallium/drivers/radeon/Makefile.am
src/gallium/drivers/radeonsi/Makefile.am