On 04/19/2018 03:58 AM, Alex Bennée wrote: > i386) > CPU_CFLAGS="-m32" > LDFLAGS="-m32 $LDFLAGS" > + cross_cc_i386=$cc > + cross_cc_cflags_i386=$CPU_CFLAGS > ;; > x86_64) > # ??? Only extremely old AMD cpus do not have cmpxchg16b. > @@ -1454,7 +1468,7 @@ case "$cpu" in > CPU_CFLAGS="-mx32" > LDFLAGS="-mx32 $LDFLAGS" > cross_cc_i386=$cc > - cross_cc_cflags_i386="-m32" > + cross_cc_cflags_i386=$CPU_CFLAGS > ;;
Partially redundant with patch 4? Anyway, this is what I was expecting to see there. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~