mirror of https://github.com/xqemu/xqemu.git
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
|
@ -2063,6 +2063,7 @@ case "$target_arch2" in
|
||||||
echo "#define TARGET_ARCH \"mips\"" >> $config_h
|
echo "#define TARGET_ARCH \"mips\"" >> $config_h
|
||||||
echo "#define TARGET_MIPS 1" >> $config_h
|
echo "#define TARGET_MIPS 1" >> $config_h
|
||||||
echo "#define TARGET_ABI_MIPSO32 1" >> $config_h
|
echo "#define TARGET_ABI_MIPSO32 1" >> $config_h
|
||||||
|
target_nptl="yes"
|
||||||
target_phys_bits=64
|
target_phys_bits=64
|
||||||
;;
|
;;
|
||||||
mipsn32|mipsn32el)
|
mipsn32|mipsn32el)
|
||||||
|
|
Loading…
Reference in New Issue