powerpc/32: Generate miboot images with ARCH=powerpc

Miboot images are apparently still used on some old 32-bit powermacs,
so build them with ARCH=powerpc if we're 32-bit and powermac support
is enabled.

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras
2006-01-15 13:00:08 +11:00
parent 7c7dce9209
commit 9216ad8cb7
2 changed files with 27 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
int main(void)
{
return 0;
}