From: Richard Henderson <richard.henderson@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org
Subject: Re: [RFC PATCH 04/12] configure: introduce --cross-prefix-*=
Date: Sat, 30 Apr 2022 12:42:38 -0700 [thread overview]
Message-ID: <1160b611-0388-bff5-c070-01bbedda5f74@linaro.org> (raw)
In-Reply-To: <20220429141813.328975-5-pbonzini@redhat.com>
On 4/29/22 07:18, Paolo Bonzini wrote:
> # cross compilers defaults, can be overridden with --cross-cc-ARCH
> -: ${cross_cc_aarch64="aarch64-linux-gnu-gcc"}
> +: ${cross_prefix_aarch64="aarch64-linux-gnu-"}
> +: ${cross_prefix_aarch64_be="$cross_prefix_aarch64"}
> +: ${cross_prefix_alpha="alpha-linux-gnu-"}
> +: ${cross_prefix_arm="arm-linux-gnueabihf-"}
> +: ${cross_prefix_armeb="$cross_prefix_arm"}
> +: ${cross_prefix_hexagon="hexagon-unknown-linux-musl-"}
> +: ${cross_prefix_hppa="hppa-linux-gnu-"}
> +: ${cross_prefix_i386="i686-linux-gnu-"}
> +: ${cross_prefix_m68k="m68k-linux-gnu-"}
> +: ${cross_prefix_microblaze="microblaze-linux-musl-"}
> +: ${cross_prefix_mips64el="mips64el-linux-gnuabi64-"}
> +: ${cross_prefix_mips64="mips64-linux-gnuabi64-"}
> +: ${cross_prefix_mipsel="mipsel-linux-gnu-"}
> +: ${cross_prefix_mips="mips-linux-gnu-"}
> +: ${cross_prefix_nios2="nios2-linux-gnu-"}
> +: ${cross_prefix_ppc="powerpc-linux-gnu-"}
> +: ${cross_prefix_ppc64="powerpc64-linux-gnu-"}
> +: ${cross_prefix_ppc64le="$cross_prefix_ppc64-"}
> +: ${cross_prefix_riscv64="riscv64-linux-gnu-"}
> +: ${cross_prefix_s390x="s390x-linux-gnu-"}
> +: ${cross_prefix_sh4="sh4-linux-gnu-"}
> +: ${cross_prefix_sparc64="sparc64-linux-gnu-"}
> +: ${cross_prefix_sparc64="sparc64-linux-gnu-"}
> +: ${cross_prefix_x86_64="x86_64-linux-gnu-"}
sparc64 listed twice -- was this intended to be sparc(32)?
Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2022-04-30 19:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-29 14:18 [RFC PATCH 00/12] Cross compilation of embedded firmware Paolo Bonzini
2022-04-29 14:18 ` [RFC PATCH 01/12] tests/tcg: merge configure.sh back into main configure script Paolo Bonzini
2022-04-29 14:18 ` [RFC PATCH 02/12] configure: add missing cross compiler fallbacks Paolo Bonzini
2022-04-30 19:35 ` Richard Henderson
2022-04-29 14:18 ` [RFC PATCH 03/12] configure: handle host compiler in probe_target_compiler Paolo Bonzini
2022-04-29 14:18 ` [RFC PATCH 04/12] configure: introduce --cross-prefix-*= Paolo Bonzini
2022-04-30 19:42 ` Richard Henderson [this message]
2022-04-29 14:18 ` [RFC PATCH 05/12] configure: include more binutils in tests/tcg makefile Paolo Bonzini
2022-04-30 19:44 ` Richard Henderson
2022-04-29 14:18 ` [RFC PATCH 06/12] configure, meson: move symlinking of ROMs to meson Paolo Bonzini
2022-04-30 19:48 ` Richard Henderson
2022-04-29 14:18 ` [RFC PATCH 07/12] configure: move symlink configuration earlier Paolo Bonzini
2022-04-30 19:49 ` Richard Henderson
2022-04-29 14:18 ` [RFC PATCH 08/12] configure: enable cross-compilation of s390-ccw Paolo Bonzini
2022-04-30 19:55 ` Richard Henderson
2022-04-29 14:18 ` [RFC PATCH 09/12] pc-bios/optionrom: detect -fno-pie Paolo Bonzini
2022-04-30 19:56 ` Richard Henderson
2022-04-29 14:18 ` [RFC PATCH 10/12] pc-bios/optionrom: compile with -Wno-array-bounds Paolo Bonzini
2022-04-30 19:58 ` Richard Henderson
2022-05-02 7:37 ` Michael Tokarev
2022-05-02 10:01 ` Paolo Bonzini
2022-04-29 14:18 ` [RFC PATCH 11/12] configure: enable cross-compilation of optionrom Paolo Bonzini
2022-04-30 20:01 ` Richard Henderson
2022-04-29 14:18 ` [RFC PATCH 12/12] configure: enable cross compilation of vof Paolo Bonzini
2022-04-30 20:06 ` Richard Henderson
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=1160b611-0388-bff5-c070-01bbedda5f74@linaro.org \
--to=richard.henderson@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=pbonzini@redhat.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).