Re: "make delete-old" failed: 11.0-ALPHA6 @r302388 -> stable/11 @r302412

2016-07-08 Thread Glen Barber
On Fri, Jul 08, 2016 at 02:14:48PM -0700, Mark Millard wrote: > On Fri, Jul 08, 2016 at 09:23:43AM -0400, Michael Butler wrote: > Seems to be > a typo .. TARGET_CPUARCH should be TARGET_ARCH .. > > > > ${TARGET_CPUARCH} != "arm" apparently was an attempt to not explicitly test > for each

Re: "make delete-old" failed: 11.0-ALPHA6 @r302388 -> stable/11 @r302412

2016-07-08 Thread Mark Millard
On Fri, Jul 08, 2016 at 09:23:43AM -0400, Michael Butler wrote: > Seems to be a typo .. TARGET_CPUARCH should be TARGET_ARCH .. > ${TARGET_CPUARCH} != "arm" apparently was an attempt to not explicitly test for each specific arm variant (such as armv§). ${TARGET_ARCH} != "arm" does not