On Wed, Oct 29, 2014 at 3:42 PM, Jason Ekstrand <ja...@jlekstrand.net> wrote:
> diff --git a/configure.ac b/configure.ac
> index 03f1bca..e2258eb 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -131,6 +131,7 @@ dnl Check for compiler builtins
>  AX_GCC_BUILTIN([__builtin_bswap32])
>  AX_GCC_BUILTIN([__builtin_bswap64])
>  AX_GCC_BUILTIN([__builtin_clz])
> +AX_GCC_BUILTIN([__builtin_clrsb])
>  AX_GCC_BUILTIN([__builtin_clzll])
>  AX_GCC_BUILTIN([__builtin_ctz])
>  AX_GCC_BUILTIN([__builtin_expect])

I think I just need a script that reads mesa-dev and responds to
patches to configure.ac with "Alphabetize!"

Also, the scons file scons/gallium.py needs to be updated (just
duplicating the old gcc version logic).
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to