Enable MIPS NPTL

Enable NPTL support for MIPS usermode emulation.

Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
Paul Brook 2009-07-09 17:56:24 +01:00
parent 590bc601d8
commit f04dc72f39
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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)