diff options
author | Tom Stellard <[email protected]> | 2013-11-12 11:29:21 -0800 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-11-18 12:19:04 -0800 |
commit | 17930a66aad6774224296ad9c845d30e01e4ffe5 (patch) | |
tree | c642731b23ee72f61dd467324edbc2665c04e9b4 /src/gallium/targets/pipe-loader/Makefile.am | |
parent | a84dd2398f75c672293122408828ac66bb7052a0 (diff) |
gallium: Pass version scripts to linker using --version-script=
This fixes build failures with the gold linker.
CC: "10.0" <[email protected]>
Diffstat (limited to 'src/gallium/targets/pipe-loader/Makefile.am')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index 970ff0ec3f2..1c2f31bc681 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -22,7 +22,7 @@ include $(top_srcdir)/src/gallium/Automake.inc -LDFLAGS += -Wl,$(top_srcdir)/src/gallium/targets/pipe-loader/pipe.link +LDFLAGS += -Wl,--version-script=$(top_srcdir)/src/gallium/targets/pipe-loader/pipe.link AM_CPPFLAGS = \ $(GALLIUM_CFLAGS) \ |