mips-arc build failure on xz_decompress.img

2014-08-25 Thread Colin Watson
I tried to enable the mips-arc platform in Debian. When test-building, I first ran into a GCC uninitialised warning (promoted to an error by -Werror), which I fixed in http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commitdiff;h=1de3a48098053aaebd35232bd73e3ce3f3fdf51c. Following that, I get:

Re: mips-arc build failure on xz_decompress.img

2014-08-25 Thread Andrei Borzenkov
On Tue, Aug 26, 2014 at 2:29 AM, Colin Watson wrote: > I tried to enable the mips-arc platform in Debian. When test-building, > I first ran into a GCC uninitialised warning (promoted to an error by > -Werror), which I fixed in > http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commitdiff;h=1de3a4