[Devel] SF.net SVN: openser: [1932] trunk

Bogdan-Andrei Iancu bogdan at voice-system.ro
Mon Apr 2 15:42:08 CEST 2007


Hi Henning,

I will take a look and commit it in no time. Thanks for reminding me of it!

regards,
bogdan

Henning Westerholt wrote:
> On Monday 02 April 2007 15:32, Bogdan-Andrei Iancu wrote:
>   
>> Revision: 1932
>>           http://openser.svn.sourceforge.net/openser/?rev=1932&view=rev
>> Author:   bogdan_iancu
>> Date:     2007-04-02 06:32:03 -0700 (Mon, 02 Apr 2007)
>>
>> Log Message:
>> -----------
>> -support for recognizing suncc on i386 arch
>>     
>
> Hello Bogdan,
>
> could you please commit the attached patch for the Sun Ultrasparc T1 
> architecure? Sergio Gutiérrez helped with testing of this patch on user 
> maillinglist.
>
> Thanks,
>
> Henning
>   
> ------------------------------------------------------------------------
>
> Index: Makefile.defs
> ===================================================================
> --- Makefile.defs	(Revision 1921)
> +++ Makefile.defs	(Arbeitskopie)
> @@ -74,7 +74,8 @@
>  endif
>  
>  ARCH := $(shell $(GETARCH) |sed -e s/i.86/i386/ -e s/sun4u/sparc64/  \
> -			-e s/armv4l/arm/ -e "s/Power Macintosh/ppc/" \
> +			-e s/sun4v/sparc64/ -e s/armv4l/arm/ \
> +			-e "s/Power Macintosh/ppc/" \
>  			-e "s/cobalt/mips2/" \
>  			-e s/amd64/x86_64/ )
>  # fix sparc -> sparc64
> @@ -82,6 +83,9 @@
>  	ifeq ($(shell uname -m),sun4u)
>  		ARCH := sparc64
>  	endif
> +	ifeq ($(shell uname -m),sun4v)
> +		ARCH := sparc64
> +	endif
>  endif
>  
>  SMP_STR = $(shell uname -v | grep -i "SMP")
>   




More information about the Devel mailing list