diff options
author | Richard Henderson <rth@twiddle.net> | 2016-09-29 10:55:53 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-22 18:13:56 -0800 |
commit | 429b31a205bd3362a5eed22ca9b1a4c1b92f29f5 (patch) | |
tree | c5565d3a8ad99e9e3cd3838c3a742b88836718bb /configure | |
parent | d1c82f7cc34443841095f490345f86c9d8baca34 (diff) |
Revert "Remove remainders of HPPA backend"
This reverts commit d41f3c3cc7a5fb9de144cc4022da14a9ff010671.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -510,6 +510,8 @@ elif check_define __arm__ ; then cpu="arm" elif check_define __aarch64__ ; then cpu="aarch64" +elif check_define __hppa__ ; then + cpu="hppa" else cpu=$(uname -m) fi @@ -6107,6 +6109,9 @@ for i in $ARCH $TARGET_BASE_ARCH ; do cris) disas_config "CRIS" ;; + hppa) + disas_config "HPPA" + ;; i386|x86_64|x32) disas_config "I386" ;; |