llvmpipe: Fix link order for test apps
authorJakob Bornecrantz <jakob@vmware.com>
Mon, 17 May 2010 21:15:53 +0000 (22:15 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Mon, 17 May 2010 21:33:35 +0000 (22:33 +0100)
commitb3f625f5e49d4f713caf401daf32e7f8843bad24
tree7500a2b0ad572b24addca21b4099322499890dd4
parent2386d41648d78925b139aea9562325c5b22007eb
llvmpipe: Fix link order for test apps

When linking with --as-needed libgallium.a can't find the dl* symbols from
-ldl since order matters more with --as-needed.

Thanks to Nirbheek Chauhan and Adam Jackson
src/gallium/drivers/llvmpipe/Makefile