qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1 1/3] configure: add --target-list-exclude


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH v1 1/3] configure: add --target-list-exclude
Date: Thu, 21 Mar 2019 13:42:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

On 19/03/2019 13.47, Alex Bennée wrote:
> This is an inverse selection which excludes a selected set of targets
> from the default target list. It will mostly be useful for CI
> configurations but it might be useful for some users as well.

This will be useful for me, too! For my local builds, I normally drop
some few targets (e.g. the "duplicated" endianess targets like
"armeb-linux-user", since I build "arm-linux-user" already), to speed up
the compilation process a little bit. This will be much easier with this
new option when I've got to re-run configure again...

> +if test -z "$target_list_exclude"; then
> +    echo "defaults: $target_list_exclude"

That echo line looks like a debug left-over. Remove it?

Apart from that:

Reviewed-by: Thomas Huth <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]