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

Thomas Hellstrom thomash at kemper.freedesktop.org
Tue Nov 23 11:05:16 UTC 2010


Module: Mesa
Branch: 7.9
Commit: bcdd93e3a7e8ffce8f8e002a7e927ba484411292
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcdd93e3a7e8ffce8f8e002a7e927ba484411292

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