All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: fam@euphon.net, berrange@redhat.com, f4bug@amsat.org,
	aurelien@aurel32.net, pbonzini@redhat.com, stefanha@redhat.com,
	crosa@redhat.com, "Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH  v2 4/7] configure: don't enable cross compilers unless in target_list
Date: Thu, 13 Oct 2022 20:48:38 +0100	[thread overview]
Message-ID: <877d13pkr5.fsf@linaro.org> (raw)
In-Reply-To: <20221013154705.1846261-5-alex.bennee@linaro.org>


Alex Bennée <alex.bennee@linaro.org> writes:

> This avoids the unfortunate effect of always builds the pc-bios blobs
> for targets the user isn't interested in.
>
> Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  configure | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/configure b/configure
> index 45ee6f4eb3..246651f25d 100755
> --- a/configure
> +++ b/configure
> @@ -1866,6 +1866,11 @@ probe_target_compiler() {
>    container_cross_ranlib=
>    container_cross_strip=
>  
> +  case " $target_list " in
> +    " $1 ") ;;
> +    *) return 1 ;;
> +  esac
> +

this of course prevents building of roms by actually disabling all
target compilers...

>    target_arch=${1%%-*}
>    case $target_arch in
>      aarch64) container_hosts="x86_64 aarch64" ;;


-- 
Alex Bennée


  reply	other threads:[~2022-10-13 19:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-13 15:46 [PATCH v2 0/7] testing/next (configure, RUNC, win32|64) Alex Bennée
2022-10-13 15:46 ` [PATCH v2 1/7] tests/docker: update fedora-win[32|64]-cross with lcitool Alex Bennée
2022-10-13 15:47 ` [PATCH v2 2/7] tests/docker: update test-mingw to run single build Alex Bennée
2022-10-18 10:09   ` Philippe Mathieu-Daudé
2022-10-13 15:47 ` [PATCH v2 3/7] tests/docker: Add flex/bison to `debian-all-test` Alex Bennée
2022-10-13 15:47 ` [PATCH v2 4/7] configure: don't enable cross compilers unless in target_list Alex Bennée
2022-10-13 19:48   ` Alex Bennée [this message]
2022-10-13 20:26     ` Paolo Bonzini
2022-10-14  8:13       ` Alex Bennée
2022-10-14  8:52         ` Paolo Bonzini
2022-10-13 15:47 ` [PATCH v2 5/7] configure: fix the --enable-static --disable-pie case Alex Bennée
2022-10-13 15:47 ` [PATCH v2 6/7] configure: expose the direct container command Alex Bennée
2022-10-13 15:47 ` [PATCH v2 7/7] tests/docker: use direct RUNC call in debian-toolchain Alex Bennée

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=877d13pkr5.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=aurelien@aurel32.net \
    --cc=berrange@redhat.com \
    --cc=crosa@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=fam@euphon.net \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.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 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.