mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
Enable MIPS NPTL
Enable NPTL support for MIPS usermode emulation. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
590bc601d8
commit
f04dc72f39
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue