Package: kernel-package
Version: 9.003
Severity: wishlist
Tags: patch

Please support kernel building on the ppc64 architecture.

Currently, the 'kernel/rules' do not recognize the official architecture
name 'ppc64'. The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kernel-package-9.003/kernel/rules ./kernel/rules
--- ../tmp-orig/kernel-package-9.003/kernel/rules       2005-07-20 
12:43:52.000000000 +0000
+++ ./kernel/rules      2005-07-25 18:21:44.000000000 +0000
@@ -326,7 +326,7 @@
 endif
 
 ##### PowerPC64
-ifeq ($(strip $(architecture)), powerpc64)
+ifneq ($(strip $(filter ppc64 powerpc64,$(architecture))),)
   kimage := vmlinux
   kimagesrc = vmlinux
   kimagedest = $(INT_IMAGE_DESTDIR)/vmlinux-$(version)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to