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) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

