parisc64 machines should build parisc kernels.
diff -urpNX dontdiff linus-2.5/Makefile parisc-2.5/Makefile
--- linus-2.5/Makefile Thu Jul 10 16:17:37 2003
+++ parisc-2.5/Makefile Thu Jul 10 15:53:31 2003
@@ -35,7 +35,7 @@ KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
-e s/arm.*/arm/ -e s/sa110/arm/ \
- -e s/s390x/s390/ )
+ -e s/s390x/s390/ -e s/parisc64/parisc/ )
# Remove hyphens since they have special meaning in RPM filenames
KERNELPATH=kernel-$(subst -,,$(KERNELRELEASE))