mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
configure.ac: Do not require llvm on x32
Cc: "10.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Maarten Lankhorst <dev@mblankhorst.nl>
(cherry picked from commit 4c16e6a8e0)
This commit is contained in:
parent
629df2fbdd
commit
bca8865aec
1 changed files with 1 additions and 0 deletions
|
|
@ -1757,6 +1757,7 @@ gallium_check_st() {
|
||||||
|
|
||||||
gallium_require_llvm() {
|
gallium_require_llvm() {
|
||||||
if test "x$MESA_LLVM" = x0; then
|
if test "x$MESA_LLVM" = x0; then
|
||||||
|
case "$host" in *gnux32) return;; esac
|
||||||
case "$host_cpu" in
|
case "$host_cpu" in
|
||||||
i*86|x86_64|amd64) AC_MSG_ERROR([LLVM is required to build $1 on x86 and x86_64]);;
|
i*86|x86_64|amd64) AC_MSG_ERROR([LLVM is required to build $1 on x86 and x86_64]);;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue