Hi Henning.
I tested the compilation and it does not detect the architecture.
I think that maybe is because of uname -p outputs sparc, and uname -m
outputs sun4v.
Maybe, would it be possible to include the fix to this condition at the
later if (line 83 at Makefile.defs)
# fix sparc -> sparc64
ifeq ($(ARCH),sparc)
ifeq ($(shell uname -m),sun4u)
ARCH := sparc64
endif
endif
Kind regards
On 3/27/07, Henning Westerholt <henning.westerholt(a)1und1.de> wrote:
>
> On Tuesday 27 March 2007 17:12, you wrote:
> > Hi Henning.
> >
> > The patch applies OK.
>
> Hi Sergio, thank you.
> And is the right architecture detected, if you do a fresh compile with
> this
> patch?
>
> Best regards,
>
> Henning
>