pipe-loader: Only export necessary symbols v3

This makes it possible to use clover with statically linked LLVM.

v2:
  - Inline LINKER_SCRIPT variable

v3: Kai Wasserbäch
  - Fix out out-of-tree-builds

Tested-by: Kai Wasserbäch <kai@dev.carbon-project.or>
This commit is contained in:
Tom Stellard 2013-10-23 15:35:45 -04:00
parent a859131003
commit 6d6c749215
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,8 @@
include $(top_srcdir)/src/gallium/Automake.inc
LDFLAGS += -Wl,$(top_srcdir)/src/gallium/targets/pipe-loader/pipe.link
AM_CPPFLAGS = \
$(GALLIUM_CFLAGS) \
-I$(top_srcdir)/include \

View File

@ -0,0 +1,3 @@
VERSION {
{global: driver_descriptor; local: *; };
};