I already have a more comprehensive ppc64 patch pending to be merged next time I have the chance. thus this will be fixed in next stable yaboot release.
Thanks On Thu, Aug 11, 2005 at 12:06:06PM +0200, Andreas Jochens wrote: > Package: yaboot > Version: 1.3.13-4 > Severity: wishlist > Tags: patch > > Please add support for the ppc64 architecture to 'yaboot'. > > Regards > Andreas Jochens > > diff -urN ../tmp-orig/yaboot-1.3.13/Makefile ./Makefile > --- ../tmp-orig/yaboot-1.3.13/Makefile 2004-07-11 20:12:03.000000000 > +0000 > +++ ./Makefile 2005-08-11 08:54:17.000000000 +0000 > @@ -94,8 +94,8 @@ > endif > > # compilation > -CC := $(CROSS)gcc > -LD := $(CROSS)ld > +CC := $(CROSS)gcc -m32 > +LD := $(CROSS)ld -melf32ppclinux > AS := $(CROSS)as > OBJCOPY := $(CROSS)objcopy > > diff -urN ../tmp-orig/yaboot-1.3.13/debian/control ./debian/control > --- ../tmp-orig/yaboot-1.3.13/debian/control 2005-08-11 09:14:09.000000000 > +0000 > +++ ./debian/control 2005-08-11 09:13:52.000000000 +0000 > @@ -2,11 +2,11 @@ > Section: base > Priority: important > Maintainer: Warren A. Layton <[EMAIL PROTECTED]> > -Build-Depends: debhelper > +Build-Depends: debhelper, libc6-dev-powerpc [ppc64] > Standards-Version: 3.6.1.1 > > Package: yaboot > -Architecture: powerpc > +Architecture: powerpc ppc64 > Recommends: hfsutils, powerpc-utils (>= 1.1.3-2) > Replaces: quik > Conflicts: quik (<< 2.0e-0.6) > -- Ethan Benson http://www.alaska.net/~erbenson/
pgpnkv5ifLeQh.pgp
Description: PGP signature

