RE: big endian builds

2016-03-11 Thread Anton Kolesov
. make $MAKEFLAGS -C $src_dir/linux O=$odir ARCH=arc olddefconfig 8< Anton > -Original Message- > From: Vineet Gupta [mailto:vgu...@synopsys.com] > Sent: Friday, March 11, 2016 9:53 AM > To: Vineet Gupta ; Anton Kolesov > ; Alexey > Brodkin ; Noam C

Re: big endian builds

2016-03-10 Thread Vineet Gupta
On Friday 11 March 2016 12:18 PM, Vineet Gupta wrote: > So for big endian kernel builds, just selecting the CONFIG_CPU_BIG_ENDIAN is > not > sufficient, we also need to manually change the CROSS_COMPILE prefix to > arceb-xxx. > > @Anton, is that what you do for verification builds ! > > @Noam I p

big endian builds

2016-03-10 Thread Vineet Gupta
So for big endian kernel builds, just selecting the CONFIG_CPU_BIG_ENDIAN is not sufficient, we also need to manually change the CROSS_COMPILE prefix to arceb-xxx. @Anton, is that what you do for verification builds ! @Noam I presume your defconfig has CONFIG_CROSS_COMPILE or you have set in env