gallium makefiles: use a linker script for building dri drivers
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Wed, 12 Feb 2014 12:50:43 +0000 (13:50 +0100)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Wed, 12 Feb 2014 12:51:51 +0000 (13:51 +0100)
commit572a8345bfd1d6289a91b64eef92565ef9b3ee55
treecbadc19c873d6441fd7630af1f69a4457985fd24
parent025d99ce3cea21c9ecea77b95655c0c838b2fa3c
gallium makefiles: use a linker script for building dri drivers

Only export __driDriverExtensions by default, and radeon_drm_winsys_create on radeons.
Remove -Bsymbolic which should no longer be needed.

As a side effect, it ought to fix a manifestation of bug 73200 on radeon.

Signed-off-by: Maarten Lankhorst<maarten.lankhorst@canonical.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/Automake.inc
src/gallium/state_trackers/dri/dri.link [new file with mode: 0644]
src/gallium/targets/r300/dri/Makefile.am
src/gallium/targets/r300/dri/radeon.link [new file with mode: 0644]
src/gallium/targets/r600/dri/Makefile.am
src/gallium/targets/radeonsi/dri/Makefile.am