diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-09-16 21:06:49 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-11-06 18:49:34 -0800 |
commit | 08db1785449614ab35c521e365868435b0a0debd (patch) | |
tree | 50087a05d2ba464b95efe8c8a5a8a379921675a6 /configs | |
parent | e207b4aa718ebe65f76775bc360408605b139a86 (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/targets/hppa-linux-user.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/targets/hppa-linux-user.mak b/configs/targets/hppa-linux-user.mak index 361ea39d71..8e0a80492f 100644 --- a/configs/targets/hppa-linux-user.mak +++ b/configs/targets/hppa-linux-user.mak @@ -1,4 +1,5 @@ TARGET_ARCH=hppa +TARGET_ABI32=y TARGET_SYSTBL_ABI=common,32 TARGET_SYSTBL=syscall.tbl TARGET_BIG_ENDIAN=y |