mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target/hppa: Remove TARGET_HPPA64
Allow both user-only and system mode to run pa2.0 cpus. Avoid creating a separate qemu-system-hppa64 binary; force the qemu-hppa binary to use TARGET_ABI32. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
e207b4aa71
commit
08db178544
5 changed files with 8 additions and 29 deletions
|
@ -1,4 +1,5 @@
|
|||
TARGET_ARCH=hppa
|
||||
TARGET_ABI32=y
|
||||
TARGET_SYSTBL_ABI=common,32
|
||||
TARGET_SYSTBL=syscall.tbl
|
||||
TARGET_BIG_ENDIAN=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue