[Mesa-dev] [PATCH 3/3] egl-static: Only export necessary symbols v2

2013-10-23 Thread Tom Stellard
From: Tom Stellard This fixes a crash in glamor when mesa links against static LLVM. v2: - Inline LINKER_SCRIPT variable --- src/gallium/targets/egl-static/Makefile.am | 2 ++ src/gallium/targets/egl-static/egl.link| 3 +++ 2 files changed, 5 insertions(+) create mode 100644 src/gallium/

Re: [Mesa-dev] [PATCH 3/3] egl-static: Only export necessary symbols

2013-10-23 Thread Matt Turner
On Wed, Oct 23, 2013 at 1:26 PM, Tom Stellard wrote: > From: Tom Stellard > > This fixes a crash in glamor when mesa links against static LLVM. > --- > src/gallium/targets/egl-static/Makefile.am | 4 > src/gallium/targets/egl-static/egl.link| 3 +++ > 2 files changed, 7 insertions(+) >

[Mesa-dev] [PATCH 3/3] egl-static: Only export necessary symbols

2013-10-23 Thread Tom Stellard
From: Tom Stellard This fixes a crash in glamor when mesa links against static LLVM. --- src/gallium/targets/egl-static/Makefile.am | 4 src/gallium/targets/egl-static/egl.link| 3 +++ 2 files changed, 7 insertions(+) create mode 100644 src/gallium/targets/egl-static/egl.link diff --g