From: Julien Olivain via buildroot <buildroot@buildroot.org>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: buildroot@buildroot.org,
Bastien Curutchet <bastien.curutchet@bootlin.com>,
Fabrice Fontaine <fontaine.fabrice@gmail.com>,
Giulio Benetti <giulio.benetti@benettiengineering.com>,
James Hilliard <james.hilliard1@gmail.com>,
Joris Lijssens <joris.lijssens@gmail.com>,
Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Subject: Re: [Buildroot] [PATCH] package/*/Config.in: harmonize select of BR2_PACKAGE_ARGP_STANDALONE
Date: Sun, 13 Sep 2026 11:27:10 +0200 [thread overview]
Message-ID: <11ea890a662e634932a55011ae85bfc0@free.fr> (raw)
In-Reply-To: <20260912211801.1557569-1-thomas.petazzoni@bootlin.com>
On 12/09/2026 23:18, Thomas Petazzoni via buildroot wrote:
> BR2_PACKAGE_ARGP_STANDALONE is defined as follows:
>
> config BR2_PACKAGE_ARGP_STANDALONE
> depends on !BR2_TOOLCHAIN_USES_GLIBC
>
> Some packages did:
>
> select BR2_PACKAGE_ARGP_STANDALONE if !BR2_TOOLCHAIN_USES_GLIBC
>
> while a number of others did:
>
> select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC ||
> BR2_TOOLCHAIN_USES_MUSL
>
> This commit harmonizes the situation, by settling on the first
> solution ("if !BR2_TOOLCHAIN_USES_GLIBC") as it matches how
> BR2_PACKAGE_ARGP_STANDALONE is defined in the first place.
>
> No functional change.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2026-09-13 9:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-12 21:18 [Buildroot] [PATCH] package/*/Config.in: harmonize select of BR2_PACKAGE_ARGP_STANDALONE Thomas Petazzoni via buildroot
2026-09-13 9:27 ` Julien Olivain via buildroot [this message]
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=11ea890a662e634932a55011ae85bfc0@free.fr \
--to=buildroot@buildroot.org \
--cc=bastien.curutchet@bootlin.com \
--cc=dev.kurt@vandijck-laurijssen.be \
--cc=fontaine.fabrice@gmail.com \
--cc=giulio.benetti@benettiengineering.com \
--cc=james.hilliard1@gmail.com \
--cc=joris.lijssens@gmail.com \
--cc=ju.o@free.fr \
--cc=thomas.petazzoni@bootlin.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox