OSDN Git Service

gallium/targets: pass ldflags parameter to MKLIB
authorThomas Gstädtner <thomas@gstaedtner.net>
Wed, 23 May 2012 16:55:51 +0000 (18:55 +0200)
committerBrian Paul <brianp@vmware.com>
Fri, 25 May 2012 15:36:24 +0000 (09:36 -0600)
commit93594f38be75227879b835a2037b7466adbd70ef
treeee9405f843ed2dd2d5a183ae545dce75ce33c7e5
parenta1a0974401c467cb86ef818f22df67c21774a38c
gallium/targets: pass ldflags parameter to MKLIB

Without passing the -ldflags parameter before $(LDFLAGS) in some cases
flags will be passed to MKLIB which it does not understand.
This might be -m64, -m32 or similar.

NOTE: This is a candidate for the 8.0 branch.

Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/gallium/targets/Makefile.xorg