Commit f04dc72f398c80d1a8e918000d9e184edcb42f74
1 parent
590bc601
Enable MIPS NPTL
Enable NPTL support for MIPS usermode emulation. Signed-off-by: Paul Brook <paul@codesourcery.com>
Showing
1 changed file
with
1 additions
and
0 deletions
configure
... | ... | @@ -2063,6 +2063,7 @@ case "$target_arch2" in |
2063 | 2063 | echo "#define TARGET_ARCH \"mips\"" >> $config_h |
2064 | 2064 | echo "#define TARGET_MIPS 1" >> $config_h |
2065 | 2065 | echo "#define TARGET_ABI_MIPSO32 1" >> $config_h |
2066 | + target_nptl="yes" | |
2066 | 2067 | target_phys_bits=64 |
2067 | 2068 | ;; |
2068 | 2069 | mipsn32|mipsn32el) | ... | ... |