Re: host gcc 4.7 warning when generating defconfig

2013-04-01 Thread Vineet Gupta
Hi Sam, On 04/01/2013 05:42 PM, Sam Ravnborg wrote: > On Thu, Mar 21, 2013 at 12:20:21PM +0530, Vineet Gupta wrote: >> Hi, >> >> We do cross compile builds for ARC Linux. To avoid the env var set, we have a >> defconfig entry for CONFIG_CROSS_COMPILE. >> This worked fine so far (host gcc 4.4 i.e.)

Re: host gcc 4.7 warning when generating defconfig

2013-04-01 Thread Sam Ravnborg
On Thu, Mar 21, 2013 at 12:20:21PM +0530, Vineet Gupta wrote: > Hi, > > We do cross compile builds for ARC Linux. To avoid the env var set, we have a > defconfig entry for CONFIG_CROSS_COMPILE. > This worked fine so far (host gcc 4.4 i.e.). When switched to a new host > distro > (gcc 4.7), a defc

host gcc 4.7 warning when generating defconfig

2013-03-20 Thread Vineet Gupta
Hi, We do cross compile builds for ARC Linux. To avoid the env var set, we have a defconfig entry for CONFIG_CROSS_COMPILE. This worked fine so far (host gcc 4.4 i.e.). When switched to a new host distro (gcc 4.7), a defconfig build spews out the warning. --->8