configure: Enable threading on all ppc and mips linux-user targets
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jul 2013 17:44:50 +0000 (18:44 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 22 Jul 2013 18:53:54 +0000 (21:53 +0300)
commitd769c64147d32a80e5e37d41b397f45943d45e0d
treeb42438a64eb0054867d8c0d1d483f07fa12373f2
parentfa78f3dbe4e0e1d9a34556b73e5118cb40153875
configure: Enable threading on all ppc and mips linux-user targets

Though threading (target_nptl) was enabled on the base PPC and MIPS
targets, it wasn't enabled for the variants mipsn32, mipsn32el,
mips64, mips64el, ppc64 or ppc46abi32 (probably an oversight).
Enable threading consistently on all these targets.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
configure