From: Peter Maydell <peter.maydell@linaro.org>
To: Manolo de Medici <manolodemedici@gmail.com>
Cc: qemu-devel@nongnu.org, bug-hurd@gnu.org
Subject: Re: [PATCH v2 3/4] Add the GNU/Hurd as a target host
Date: Mon, 22 Jan 2024 17:10:10 +0000 [thread overview]
Message-ID: <CAFEAcA-Hy2Y3XjDHwFNrbSyAfKBjw3SLCP6aJwP1JqmLUfhbyQ@mail.gmail.com> (raw)
In-Reply-To: <CAHP40mkKDyvxXaK6L3RcfhSY6JKXV4qSu677TDkr-KCBJ+oquA@mail.gmail.com>
On Thu, 18 Jan 2024 at 16:04, Manolo de Medici <manolodemedici@gmail.com> wrote:
>
> Signed-off-by: Manolo de Medici <manolo.demedici@gmail.com>
> ---
> configure | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configure b/configure
> index 21ab9a64e9..fb11ede5b2 100755
> --- a/configure
> +++ b/configure
> @@ -353,6 +353,8 @@ elif check_define __NetBSD__; then
> host_os=netbsd
> elif check_define __APPLE__; then
> host_os=darwin
> +elif check_define __GNU__; then
> + host_os=hurd
> else
Meson's official value for the OS name for GNU Hurd
is "gnu":
https://mesonbuild.com/Reference-tables.html#operating-system-names
so we should use the same string here in configure too.
thanks
-- PMM
prev parent reply other threads:[~2024-01-22 17:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-18 16:03 [PATCH v2 3/4] Add the GNU/Hurd as a target host Manolo de Medici
2024-01-22 17:10 ` Peter Maydell [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=CAFEAcA-Hy2Y3XjDHwFNrbSyAfKBjw3SLCP6aJwP1JqmLUfhbyQ@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=bug-hurd@gnu.org \
--cc=manolodemedici@gmail.com \
--cc=qemu-devel@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).