tcg: remove softfloat from --disable-tcg builds
commit8f971cf0c9265fa5d9f06a195f119237e403c0ce
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 May 2018 19:20:03 +0000 (22 21:20 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Jun 2018 13:13:46 +0000 (1 15:13 +0200)
tree5dda092d4889fe884f8862c48e84fdbfedb23fec
parentd7e19545215e529d7bbc4ef555c123b95cbe35a1
tcg: remove softfloat from --disable-tcg builds

Even though the presence of softfloat does not cause --disable-tcg builds to fail,
it is the single largest .o file in them.  Remove it, since TCG is the only client.

Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.target