On 12/ 4/11 09:30 AM, David Coakley wrote:
> Hi all,
snip
>   ifeq ($(BUILD_ARCH), IA32)
>   # only 32bit libraries set the BUILD_TARGET to IA32
> -  CCNAME  += -m32 -mno-sse2
> -  C++NAME += -m32 -mno-sse2
> -  F90 += -m32 -mno-sse2
> +  CCNAME  += -m32
> +  C++NAME += -m32
> +  F90 += -m32
>   endif
>
>   ifeq ($(BUILD_ARCH), X8664)
The only thing I'd say to be careful with here is ensure that Open64 
actually supports the full SSE2.  (I thought it was only partially 
supported before and maybe it doesn't matter since this is for bootstrap 
only)

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to