Mesa (master): d3d1x: link with CXXFLAGS

Luca Barbieri lb at kemper.freedesktop.org
Wed Sep 22 13:56:14 UTC 2010


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

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Wed Sep 22 13:22:00 2010 +0200

d3d1x: link with CXXFLAGS

Otherwise, -m32 doesn't make it there.

---

 src/gallium/state_trackers/d3d1x/Makefile.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/d3d1x/Makefile.inc b/src/gallium/state_trackers/d3d1x/Makefile.inc
index 1b9423b..303915d 100644
--- a/src/gallium/state_trackers/d3d1x/Makefile.inc
+++ b/src/gallium/state_trackers/d3d1x/Makefile.inc
@@ -3,7 +3,7 @@ include $(TOP)/configs/current
 
 IDL=$(wildcard *.idl include/*.idl)
 IDL_H=$(IDL:.idl=.h)
-LD=$(CXX)
+LD=$(CXX) $(CXXFLAGS)
 
 include ../../../Makefile.template
 




More information about the mesa-commit mailing list