On 16 December 2016 at 19:13, Richard Henderson <r...@twiddle.net> wrote:
> This reverts commit d41f3c3cc7a5fb9de144cc4022da14a9ff010671.

Missing signed-off-by.

> ---
>  configure                 |    5 +
>  disas.c                   |    2 +
>  disas/Makefile.objs       |    1 +
>  disas/hppa.c              | 2832 
> +++++++++++++++++++++++++++++++++++++++++++++
>  linux-user/syscall_defs.h |    4 +-
>  5 files changed, 2842 insertions(+), 2 deletions(-)
>  create mode 100644 disas/hppa.c
>
> diff --git a/configure b/configure
> index f2ba343..6a3ecff 100755
> --- a/configure
> +++ b/configure
> @@ -511,6 +511,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

This if-ladder is for detecting hppa host CPUs, so you
don't want it for just adding the hppa target support.
Or do you clean this up later in the series so that this
commit is a pure revert?

thanks
-- PMM

Reply via email to