https://bugs.freedesktop.org/show_bug.cgi?id=59967

Johannes Obermayr <johannesoberm...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #6 from Johannes Obermayr <johannesoberm...@gmx.de> ---
LLVM_CONFIG="/usr/bin/llvm-config-3.2" ./configure $SWITCHES
is your friend.

Mesa's build system supports and should only support officially supported
builds of upstream projects - LLVM's cmake and auto* build systems do not have
a switch to add a "-3.2" suffix to llvm-config.
Sorry, but we cannot support billions of (user-modified) cases by modifing
build system each time - It is hard enough to support official builds.

If people or in this bad case even distributions think they must modify and
mess up things it is their own problem and they should read and understand
configure to find a simple solution:
"  ac_cv_path_LLVM_CONFIG="$LLVM_CONFIG" # Let the user override the test with
a path
[...]
LLVM_CONFIG=$ac_cv_path_LLVM_CONFIG"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to