Module: Mesa Branch: master Commit: d4b103e031b7647012733641b8a31c19b8b852fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4b103e031b7647012733641b8a31c19b8b852fb
Author: Chris Li <[email protected]> Date: Mon Mar 22 13:27:32 2010 -0700 auto detect llvm version --- configs/linux-llvm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configs/linux-llvm b/configs/linux-llvm index 608f42d..3a15f1d 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -24,6 +24,8 @@ ifeq ($(LLVM_VERSION),) MESA_LLVM=0 else MESA_LLVM=1 + HAVE_LLVM := 0x0$(subst .,0,$(LLVM_VERSION:svn=)) + DEFINES += -DHAVE_LLVM=$(HAVE_LLVM) # $(info Using LLVM version: $(LLVM_VERSION)) endif _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
