From f04dc72f398c80d1a8e918000d9e184edcb42f74 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 9 Jul 2009 17:56:24 +0100 Subject: [PATCH] Enable MIPS NPTL Enable NPTL support for MIPS usermode emulation. Signed-off-by: Paul Brook --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 54eb0bf94..088e47243 100755 --- a/configure +++ b/configure @@ -2063,6 +2063,7 @@ case "$target_arch2" in echo "#define TARGET_ARCH \"mips\"" >> $config_h echo "#define TARGET_MIPS 1" >> $config_h echo "#define TARGET_ABI_MIPSO32 1" >> $config_h + target_nptl="yes" target_phys_bits=64 ;; mipsn32|mipsn32el) -- 2.39.2