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

Author: Marek Olšák <mar...@gmail.com>
Date:   Tue Nov 27 22:32:50 2012 +0100

configure.ac: print LLVM flags

to see what we're mixing with ours

Reviewed-by: Tom Stellard <thomas.stell...@amd.com>

---

 configure.ac |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 006f4fa..6b0d703 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2134,6 +2134,12 @@ echo "        CFLAGS:          $cflags"
 echo "        CXXFLAGS:        $cxxflags"
 echo "        Macros:          $defines"
 echo ""
+if test "x$MESA_LLVM" = x1; then
+    echo "        LLVM_CFLAGS:     $LLVM_CFLAGS"
+    echo "        LLVM_CXXFLAGS:   $LLVM_CXXFLAGS"
+    echo "        LLVM_CPPFLAGS:   $LLVM_CPPFLAGS"
+    echo ""
+fi
 echo "        PYTHON2:         $PYTHON2"
 
 echo ""

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to