[Mesa-dev] [PATCH 1/4] configure.ac: print LLVM flags
Tom Stellard
tom at stellard.net
Wed Nov 28 13:27:11 PST 2012
On Wed, Nov 28, 2012 at 05:58:01PM +0100, Marek Olšák wrote:
> to see what we're mixing with ours
For the series:
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
> ---
> configure.ac | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> 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 ""
> --
> 1.7.10.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list