On 12/17/2016 03:59 AM, Peter Maydell wrote:
On 16 December 2016 at 19:13, Richard Henderson <r...@twiddle.net> wrote:
This reverts commit d41f3c3cc7a5fb9de144cc4022da14a9ff010671.

Missing signed-off-by.

Oops.

+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?

I do remove this again in patch 18 (target-hppa: Add framework and enable compilation). So, yes, this is pure revert.


r~


Reply via email to