[Users] Openser on Sun Ultrasparc T1 Processors - Mismatch architecture detection

Sergio Gutierrez saguti at gmail.com
Tue Mar 27 18:09:50 CEST 2007


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 at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20070327/cb148403/attachment.htm 


More information about the Users mailing list