qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 02/12] configure: add missing cross compiler fallbacks


From: Richard Henderson
Subject: Re: [RFC PATCH 02/12] configure: add missing cross compiler fallbacks
Date: Sat, 30 Apr 2022 12:35:34 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/29/22 07:18, Paolo Bonzini wrote:
-: ${cross_cc_cflags_sparc="-m32 -mv8plus -mcpu=ultrasparc"}
  : ${cross_cc_sparc64="sparc64-linux-gnu-gcc"}
  : ${cross_cc_cflags_sparc64="-m64 -mcpu=ultrasparc"}
+: ${cross_cc_sparc="$cross_cc_sparc64"}
+: ${cross_cc_cflags_sparc="-m32 -mv8plus -mcpu=ultrasparc"}

We don't want v8plus for pure sparc32.

OTOH this patch is just moves the line, so

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

But this is definitely an error.
Probably -msupersparc is the best we can do for -m32.


r~



reply via email to

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