public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc/config.in was not regenerated
@ 2023-06-10 20:20 FX Coudert
  2023-06-12 10:18 ` Tamar Christina
  0 siblings, 1 reply; 2+ messages in thread
From: FX Coudert @ 2023-06-10 20:20 UTC (permalink / raw)
  To: Tamar.Christina; +Cc: gcc, Jeff Law, gcc-patches

Hi,

Building GCC in maintainer mode leads to changes in gcc/config.in <http://config.in/>:

> diff --git a/gcc/config.in b/gcc/config.in
> index 4cad077bfbe..25442c59aec 100644
> --- a/gcc/config.in
> +++ b/gcc/config.in
> @@ -67,6 +67,12 @@
>  #endif
>     +/* Define to larger than one set the number of match.pd partitions to make. */
> +#ifndef USED_FOR_TARGET
> +#undef DEFAULT_MATCHPD_PARTITIONS
> +#endif
> +
> +
>  /* Define to larger than zero set the default stack clash protector size. */
>  #ifndef USED_FOR_TARGET
>  #undef DEFAULT_STK_CLASH_GUARD_SIZE

which I think are because this commit https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=0a85544e1aaeca41133ecfc438cda913dbc0f122
should have regenerated and committed config.in <http://config.in/>

Christina, can you please have a look?

FX

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-12 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-10 20:20 gcc/config.in was not regenerated FX Coudert
2023-06-12 10:18 ` Tamar Christina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).