Mesa (master): auxillary: Append LLVM_CXXFLAGS to CXXFLAGS

Tom Stellard tstellar at kemper.freedesktop.org
Tue Nov 13 15:18:55 UTC 2012


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

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Fri Nov  9 07:59:33 2012 -0500

auxillary: Append LLVM_CXXFLAGS to CXXFLAGS

---

 src/gallium/auxiliary/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 3ba3f9c..dc28003 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -13,6 +13,7 @@ C_SOURCES += \
 	$(GALLIVM_SOURCES)
 CPP_SOURCES += \
 	$(GALLIVM_CPP_SOURCES)
+CXXFLAGS += $(LLVM_CXXFLAGS)
 endif
 
 




More information about the mesa-commit mailing list