diff options
author | Paul Brook <paul@codesourcery.com> | 2009-07-09 17:56:24 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-07-09 17:56:24 +0100 |
commit | f04dc72f398c80d1a8e918000d9e184edcb42f74 (patch) | |
tree | 367b10c344a80f55505c96f7d9b4dc6549a66ff1 /configure | |
parent | 590bc601d800d16a77676926898019f7285bd615 (diff) | |
download | qemu-f04dc72f398c80d1a8e918000d9e184edcb42f74.tar.gz qemu-f04dc72f398c80d1a8e918000d9e184edcb42f74.tar.bz2 qemu-f04dc72f398c80d1a8e918000d9e184edcb42f74.zip |
Enable MIPS NPTL
Enable NPTL support for MIPS usermode emulation.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |