qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 9/9] tcg-s390: Don't force -march=z990


From: Christian Borntraeger
Subject: Re: [Qemu-devel] [PATCH 9/9] tcg-s390: Don't force -march=z990
Date: Mon, 05 May 2014 09:42:36 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 03/05/14 16:08, Richard Henderson wrote:
> While we still require the LONG DISPLACEMENT facility, defaults
> have moved on since then.  Don't override the system compiler,
> whose default may be set to z9-109 or later.
> 
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  configure | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index 2fbec59..a73fb9f 100755
> --- a/configure
> +++ b/configure
> @@ -1132,11 +1132,11 @@ case "$cpu" in
>             CPU_CFLAGS="-m64 -mcpu=ultrasparc"
>             ;;
>      s390)
> -           CPU_CFLAGS="-m31 -march=z990"
> +           CPU_CFLAGS="-m31"
>             LDFLAGS="-m31 $LDFLAGS"
>             ;;
>      s390x)
> -           CPU_CFLAGS="-m64 -march=z990"
> +           CPU_CFLAGS="-m64"
>             LDFLAGS="-m64 $LDFLAGS"
>             ;;
>      i386)
> 

Acked-by: Christian Borntraeger <address@hidden>
for this patch.





reply via email to

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