aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-06-27 19:22:57 +0100
committerPeter Maydell <peter.maydell@linaro.org>2013-06-28 14:30:30 +0100
commit6180897b2360e8117daa4b84925a447ab45f720d (patch)
tree2757848742f0cb2e05e8af27a3ad05f517cfeecb
parent692b42dd72d562872fea1e29be45e34bfd4f4767 (diff)
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>
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 7c095e2f5f..9342b5b8f0 100755
--- a/configure
+++ b/configure
@@ -4191,13 +4191,11 @@ case "$target_name" in
TARGET_BASE_ARCH=mips
echo "TARGET_ABI_MIPSN32=y" >> $config_target_mak
echo "TARGET_ABI32=y" >> $config_target_mak
- target_nptl="no"
;;
mips64|mips64el)
TARGET_ARCH=mips64
TARGET_BASE_ARCH=mips
echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak
- target_nptl="no"
;;
moxie)
;;
@@ -4218,7 +4216,6 @@ case "$target_name" in
TARGET_BASE_ARCH=ppc
TARGET_ABI_DIR=ppc
gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
- target_nptl="no"
;;
ppc64abi32)
TARGET_ARCH=ppc64
@@ -4226,7 +4223,6 @@ case "$target_name" in
TARGET_ABI_DIR=ppc
echo "TARGET_ABI32=y" >> $config_target_mak
gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
- target_nptl="no"
;;
sh4|sh4eb)
TARGET_ARCH=sh4