[Mesa-dev] [PATCH 02/22] targets/pipe-loader: automake: drop obsolete version-script
Emil Velikov
emil.l.velikov at gmail.com
Sat Feb 8 08:03:47 PST 2014
With all the symbols resolved, there is no need to use
version-script to restrict exported symbols.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/gallium/targets/pipe-loader/Makefile.am | 2 --
src/gallium/targets/pipe-loader/pipe.link | 3 ---
2 files changed, 5 deletions(-)
delete mode 100644 src/gallium/targets/pipe-loader/pipe.link
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 97733c1..8033860 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -22,8 +22,6 @@
include $(top_srcdir)/src/gallium/Automake.inc
-LDFLAGS += -Wl,--version-script=$(top_srcdir)/src/gallium/targets/pipe-loader/pipe.link
-
AM_CPPFLAGS = \
$(GALLIUM_CFLAGS) \
-I$(top_srcdir)/include \
diff --git a/src/gallium/targets/pipe-loader/pipe.link b/src/gallium/targets/pipe-loader/pipe.link
deleted file mode 100644
index d6dd2af..0000000
--- a/src/gallium/targets/pipe-loader/pipe.link
+++ /dev/null
@@ -1,3 +0,0 @@
-VERSION {
- global: driver_descriptor; local: *;
-};
--
1.8.5.2
More information about the mesa-dev
mailing list