All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Olivain <ju.o@free.fr>
To: Florian Larysch <fl@n621.de>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/bash: fix build with host GCC 15
Date: Thu, 08 May 2025 19:11:36 +0200	[thread overview]
Message-ID: <e059ed18e7573ffc296449c40d4f3ee2@free.fr> (raw)
In-Reply-To: <20250507185311.7581-1-fl@n621.de>

On 07/05/2025 20:53, Florian Larysch wrote:
> bash uses K&R function declarations which have been removed in C23.
> 
> Since part of the build process (like the mkbuiltins helper) is written
> in C, building bash now fails on hosts with GCC 15 (which defaults to
> C23).
> 
> Since properly fixing this on the source code level is a larger
> endeavor, just set the C standard to an old enough version for now.
> 
> Signed-off-by: Florian Larysch <fl@n621.de>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-05-08 17:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-07 18:53 [Buildroot] [PATCH 1/1] package/bash: fix build with host GCC 15 Florian Larysch
2025-05-07 18:59 ` Florian Larysch
2025-05-07 20:28   ` Thomas Petazzoni via buildroot
2025-05-07 20:45     ` Florian Larysch
2025-05-08 17:11 ` Julien Olivain [this message]
2025-05-16 11:06 ` Arnout Vandecappelle via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e059ed18e7573ffc296449c40d4f3ee2@free.fr \
    --to=ju.o@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=fl@n621.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.