automake: check if the linker supports --dynamic-list
authorJonathan Gray <jsg@jsg.id.au>
Mon, 1 Sep 2014 16:08:00 +0000 (02:08 +1000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 13:20:42 +0000 (14:20 +0100)
commit635477dc4b9579dac2fc0fb332dcf2e0e48dd418
treee16a056efb55d49e7786ada9846fe09d1dddad1f
parentd3dee3df97e05f86792a1591a023f66ca195fb1c
automake: check if the linker supports --dynamic-list

As older versions of gnu ld did not support --dynamic-list check to see
if it is supported before using it.  Non gnu linkers such the apple one
likely lack this option as well.

Fixes the build on OpenBSD which has binutils 2.15 and 2.17.
The --dynamic-list option seems to been have introduced sometime after
binutils 2.17 was released as it is present in 2.18.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac
src/gallium/targets/dri/Makefile.am
src/gallium/targets/vdpau/Makefile.am