qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for 1.7] configure: make --iasl option actually


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH for 1.7] configure: make --iasl option actually work
Date: Sun, 24 Nov 2013 16:14:50 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Am 24.11.2013 10:52, schrieb Michael S. Tsirkin:
> --iasl option was added to CC option parsing section by mistake,
> it's not effective there and attempts to use cause
> an 'unknown option' error.
>
> Fix this up.
>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
>  configure | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index f6d5ccd..0592ba7 100755
> --- a/configure
> +++ b/configure
> @@ -272,8 +272,6 @@ for opt do
>    ;;
>    --cxx=*) CXX="$optarg"
>    ;;
> -  --iasl=*) iasl="$optarg"
> -  ;;
>    --source-path=*) source_path="$optarg"
>    ;;
>    --cpu=*) cpu="$optarg"
> @@ -649,6 +647,8 @@ for opt do
>    ;;
>    --cxx=*)
>    ;;
> +  --iasl=*) iasl="$optarg"
> +  ;;
>    --objcc=*) objcc="$optarg"
>    ;;
>    --make=*) make="$optarg"

Reviewed-by: Stefan Weil <address@hidden>

This is a trivial bug fix, so maybe it should be committed for QEMU 1.7.
Therefore I changed the subject of the e-mail to include 'for 1.7'.

Regards,
Stefan




reply via email to

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