Mesa (master): gallium/targets: Trivial crosscompiling fix

Thomas Hellstrom thomash at kemper.freedesktop.org
Tue Nov 9 11:51:37 UTC 2010


Module: Mesa
Branch: master
Commit: 24c6c41bd0682ddd627db48a67714ebbf2954f33
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=24c6c41bd0682ddd627db48a67714ebbf2954f33

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Tue Nov  9 12:50:12 2010 +0100

gallium/targets: Trivial crosscompiling fix

Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>

---

 src/gallium/targets/Makefile.dri |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/Makefile.dri b/src/gallium/targets/Makefile.dri
index 59961e9..3fb4cc6 100644
--- a/src/gallium/targets/Makefile.dri
+++ b/src/gallium/targets/Makefile.dri
@@ -80,7 +80,7 @@ $(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(PIPE_DRIVERS) Makefile \
 		$(OBJECTS) $(PIPE_DRIVERS) \
                 -Wl,--start-group $(MESA_MODULES) -Wl,--end-group \
                  $(DRI_LIB_DEPS) $(DRIVER_EXTRAS)
-	$(CXX) $(CFLAGS) -o $@.test $(TOP)/src/mesa/drivers/dri/common/dri_test.o $@.tmp $(DRI_LIB_DEPS);
+	$(CXX) $(CFLAGS) -o $@.test $(TOP)/src/mesa/drivers/dri/common/dri_test.o $@.tmp $(DRI_LIB_DEPS) $(LDFLAGS);
 	@rm -f $@.test
 	mv -f $@.tmp $@
 




More information about the mesa-commit mailing list