summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static/egl.link
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2013-11-12 11:29:21 -0800
committerTom Stellard <[email protected]>2013-11-18 12:19:04 -0800
commit17930a66aad6774224296ad9c845d30e01e4ffe5 (patch)
treec642731b23ee72f61dd467324edbc2665c04e9b4 /src/gallium/targets/egl-static/egl.link
parenta84dd2398f75c672293122408828ac66bb7052a0 (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/egl-static/egl.link')
-rw-r--r--src/gallium/targets/egl-static/egl.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-static/egl.link b/src/gallium/targets/egl-static/egl.link
index 78d155df01a..5be917fdcde 100644
--- a/src/gallium/targets/egl-static/egl.link
+++ b/src/gallium/targets/egl-static/egl.link
@@ -1,3 +1,3 @@
VERSION {
-{ global: _eglMain; local: *; };
+ global: _eglMain; local: *;
};