On Wed, Oct 23, 2013 at 1:26 PM, Tom Stellard <t...@stellard.net> wrote:
> From: Tom Stellard <thomas.stell...@amd.com>
>
> 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 --git a/src/gallium/targets/egl-static/Makefile.am 
> b/src/gallium/targets/egl-static/Makefile.am
> index 0b30aeb..e2ae433 100644
> --- a/src/gallium/targets/egl-static/Makefile.am
> +++ b/src/gallium/targets/egl-static/Makefile.am
> @@ -30,6 +30,10 @@
>  #
>  include $(top_srcdir)/src/gallium/Automake.inc
>
> +LINKER_SCRIPT=egl.link

Same comments as 1/3.

> +
> +LDFLAGS+=-Wl,$(LINKER_SCRIPT)
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to