Mesa (master): configure.ac: Fix LLVM 3.2 r600/radeonsi error message

Tom Stellard tstellar at kemper.freedesktop.org
Wed Oct 17 21:43:46 UTC 2012


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

Author: Dmitry Cherkasov <dcherkassov at gmail.com>
Date:   Wed Oct 17 22:03:13 2012 +0400

configure.ac: Fix LLVM 3.2 r600/radeonsi error message

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
Signed-off-by: Dmitry Cherkasov <Dmitrii.Cherkasov at amd.com>

---

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

diff --git a/configure.ac b/configure.ac
index aefa142..ca24856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1757,7 +1757,7 @@ radeon_llvm_check() {
     if test "$LLVM_VERSION_MAJOR" -ge "3" -a "x$LLVM_VERSION" != "x3.1" && $LLVM_CONFIG --targets-built | grep -qv '\<AMDGPU\>' ; then
         AC_MSG_ERROR([To use the r600/radeonsi LLVM backend with LLVM 3.2 and newer, you need to fetch the LLVM source from:
                       git://people.freedesktop.org/~tstellar/llvm master
-                      and build with --enable-experimental-targets==AMDGPU])
+                      and build with --enable-experimental-targets=AMDGPU])
     fi
     if test "x$LLVM_VERSION" = "x3.2"; then
         LLVM_LIBS="$LLVM_LIBS `$LLVM_CONFIG --libs amdgpu`"




More information about the mesa-commit mailing list