accel/tcg: move CF_CLUSTER calculation to curr_cflags
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 24 Feb 2021 16:58:08 +0000 (16:58 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 6 Mar 2021 19:50:50 +0000 (11:50 -0800)
commitc0ae396a81e13e5a09846f86a702bc61733a8885
treea1bbd21ab556043602530b72685a093ca9fd2abf
parent6f04cb1c8f481cf02fbc4657fefba985a1fe725f
accel/tcg: move CF_CLUSTER calculation to curr_cflags

There is nothing special about this compile flag that doesn't mean we
can't just compute it with curr_cflags() which we should be using when
building a new set.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210224165811.11567-3-alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/tcg-runtime.c
accel/tcg/translate-all.c
include/exec/exec-all.h
include/exec/tb-lookup.h
softmmu/physmem.c