Module: Mesa Branch: master Commit: 61293bfcedcab450e1a6f3301152bda5f6e348ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61293bfcedcab450e1a6f3301152bda5f6e348ed
Author: Marek Olšák <[email protected]> Date: Mon Apr 13 21:44:02 2015 +0200 configure.ac: print LLVM_LDFLAGS Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 9e8c1d8..6ccf3b4 100644 --- a/configure.ac +++ b/configure.ac @@ -2543,6 +2543,7 @@ if test "x$MESA_LLVM" = x1; then echo " LLVM_CFLAGS: $LLVM_CFLAGS" echo " LLVM_CXXFLAGS: $LLVM_CXXFLAGS" echo " LLVM_CPPFLAGS: $LLVM_CPPFLAGS" + echo " LLVM_LDFLAGS: $LLVM_LDFLAGS" echo "" fi echo " PYTHON2: $PYTHON2" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
