On Wed, 16 Aug 2023 at 22:39, David Edelsohn <[email protected]> wrote:
>
> Hi, Arsen
>
> This patch broke bootstrap because it has introduced a new GCC build
> requirement for autogen that is not a previous requirement to build GCC.
> Previously the repository has included post-processed files.
The repo does include the generated bits/version.h file. autogen
should only be needed if you modify version.dep
>
> +# AutoGen <bits/version.h>.
> +.PHONY: update-version
> +update-version:
> + cd ${bits_srcdir} && \
> + autogen version.def
> +
>
>
> Thanks, David
>
>