mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 07:30:33 +00:00
enable NPTL for ppc-linux-user targets in configure
Enabling support for ppc64-linux-user should be easy enough to do later. Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
56f066bb17
commit
d6630708bd
2
configure
vendored
2
configure
vendored
@ -1921,12 +1921,14 @@ case "$target_arch2" in
|
|||||||
ppc)
|
ppc)
|
||||||
gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
|
gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
|
||||||
target_phys_bits=32
|
target_phys_bits=32
|
||||||
|
target_nptl="yes"
|
||||||
;;
|
;;
|
||||||
ppcemb)
|
ppcemb)
|
||||||
TARGET_BASE_ARCH=ppc
|
TARGET_BASE_ARCH=ppc
|
||||||
TARGET_ABI_DIR=ppc
|
TARGET_ABI_DIR=ppc
|
||||||
gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
|
gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
|
||||||
target_phys_bits=64
|
target_phys_bits=64
|
||||||
|
target_nptl="yes"
|
||||||
;;
|
;;
|
||||||
ppc64)
|
ppc64)
|
||||||
TARGET_BASE_ARCH=ppc
|
TARGET_BASE_ARCH=ppc
|
||||||
|
Loading…
Reference in New Issue
Block a user