From: Francisco Jerez Date: Sun, 29 Sep 2013 00:26:50 +0000 (-0700) Subject: clover: Require GCC 4.7 or higher to build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7baad4b99656c7b9d992bd7626bda2e719412cff;p=mesa.git clover: Require GCC 4.7 or higher to build. Tested-by: Tom Stellard --- diff --git a/configure.ac b/configure.ac index 08344c501cc..addbf57d4ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1337,8 +1337,8 @@ if test "x$enable_opencl" = xyes; then AC_MSG_ERROR([cannot enable OpenCL without Gallium]) fi - if test $GCC_VERSION_MAJOR -lt 4 -o $GCC_VERSION_MAJOR -eq 4 -a $GCC_VERSION_MINOR -lt 6; then - AC_MSG_ERROR([gcc >= 4.6 is required to build clover]) + if test $GCC_VERSION_MAJOR -lt 4 -o $GCC_VERSION_MAJOR -eq 4 -a $GCC_VERSION_MINOR -lt 7; then + AC_MSG_ERROR([gcc >= 4.7 is required to build clover]) fi if test "x$have_libclc" = xno; then