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:
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