Fix handling of build-time grub-bin2h and grub-mkfont when doing

full Canadian cross. Tested with build=x86_64, host=arm,
	target=ppc-ieee1275.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-14 10:56:55 +02:00
parent 816719c8d4
commit 7c9d0c39af
9 changed files with 143 additions and 149 deletions

View file

@ -145,6 +145,7 @@ xstrdup (const char *str)
return newstr;
}
#ifndef GRUB_MKFONT
char *
xasprintf (const char *fmt, ...)
{
@ -158,6 +159,7 @@ xasprintf (const char *fmt, ...)
return result;
}
#endif
void
grub_exit (void)