On Mon, 16 Nov 2015, Andi Kleen wrote:
> diff --git a/gcc/configure b/gcc/configure
> index d5f6dd4..1f68744 100755
> --- a/gcc/configure
> +++ b/gcc/configure
> @@ -11794,10 +11794,11 @@ rm -f conftest.out
>
> cat > configargs.h < /* Generated automatically. */
> -static const char configurat
Without this patch bootstrap errors out with
In file included from ./plugin-version.h:1:0,
from ../../gcc/gcc/plugin.c:34:
./configargs.h:3:19: error: 'thread_model' defined but not used
[-Werror=unused-variable]
static const char thread_model[] = "posix";
^~