All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH v2] configure: List available targets in --help output
Date: Tue, 03 May 2011 22:47:33 +0200	[thread overview]
Message-ID: <4DC069E5.70804@mail.berlios.de> (raw)
In-Reply-To: <1304430613-25312-1-git-send-email-peter.maydell@linaro.org>

Am 03.05.2011 15:50, schrieb Peter Maydell:
> Include the list of available targets in the --help output
> for the --target-list= option.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> v2: As suggested by Stefan Weil, put the target list in --help
> rather than using '--target-list=?'. This patch includes using
> fold(1) in configure -- this should be OK because fold is a
> standard POSIX utility (and part of GNU coreutils and busybox).
> The resulting output looks like this:
>
> Usage: configure [options]
> Options: [defaults in brackets after descriptions]
>
> Standard options:
> --help print this message
> --prefix=PREFIX install in PREFIX [/usr/local]
> --interp-prefix=PREFIX where to find shared libraries, etc.
> use %M for cpu name [/usr/gnemul/qemu-%M]
> --target-list=LIST set target list (default: build everything)
> Available targets: i386-softmmu x86_64-softmmu
> arm-softmmu cris-softmmu lm32-softmmu m68k-softmmu
> microblaze-softmmu microblazeel-softmmu mips-softmmu
> mipsel-softmmu mips64-softmmu mips64el-softmmu
> ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu
> sh4eb-softmmu sparc-softmmu sparc64-softmmu
> i386-linux-user x86_64-linux-user alpha-linux-user
> arm-linux-user armeb-linux-user cris-linux-user
> m68k-linux-user microblaze-linux-user
> microblazeel-linux-user mips-linux-user
> mipsel-linux-user ppc-linux-user ppc64-linux-user
> ppc64abi32-linux-user sh4-linux-user
> sh4eb-linux-user sparc-linux-user sparc64-linux-user
> sparc32plus-linux-user unicore32-linux-user
>
> Advanced options (experts only):
> [etc]
>
>
> configure | 134 
> ++++++++++++++++++++++++++++++++-----------------------------
> 1 files changed, 70 insertions(+), 64 deletions(-)
>


Thanks, your patch looks good.

I tested it also with MinGW32 (cross and native) - fold works there, too.

Acked-by: Stefan Weil <weil@mail.berlios.de>

  reply	other threads:[~2011-05-03 20:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-03 13:50 [Qemu-devel] [PATCH v2] configure: List available targets in --help output Peter Maydell
2011-05-03 20:47 ` Stefan Weil [this message]
2011-05-14 23:02 ` Aurelien Jarno

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=4DC069E5.70804@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=patches@linaro.org \
    --cc=peter.maydell@linaro.org \
    --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 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.