[kernel] r7603 - in dists/trunk/linux-2.6/debian: . patches patches/series

Kyle McMartin kyle at costa.debian.org
Thu Oct 12 19:34:32 UTC 2006


Author: kyle
Date: Thu Oct 12 19:34:31 2006
New Revision: 7603

Added:
   dists/trunk/linux-2.6/debian/patches/hppa-fix-cross-compile.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/3-extra

Log:
Fix hppa build by forcing CROSS_COMPILE. These packages only
build on Ubuntu/Debian anyways.


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Oct 12 19:34:31 2006
@@ -36,7 +36,10 @@
   * [powerpc] Added AMD74xx driver module to the powerpc64 flavour
     (Closes: #391861).
 
- -- Bastian Blank <waldi at debian.org>  Thu, 12 Oct 2006 00:06:53 +0200
+  [ Kyle McMartin ]
+  * [hppa] Force CROSS_COMPILE=hppa64-linux-gnu- (closes: #389296) 
+
+ -- Kyle McMartin <kyle at debian.org>  Thu, 12 Oct 2006 15:30:52 -0400
 
 linux-2.6 (2.6.18-2) unstable; urgency=low
 

Added: dists/trunk/linux-2.6/debian/patches/hppa-fix-cross-compile.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/hppa-fix-cross-compile.patch	Thu Oct 12 19:34:31 2006
@@ -0,0 +1,12 @@
+--- a/arch/parisc/Makefile.orig	2006-10-12 16:44:54.000000000 +0000
++++ b/arch/parisc/Makefile	2006-10-12 16:45:21.000000000 +0000
+@@ -20,8 +20,7 @@
+ CHECKFLAGS	+= -D__hppa__=1
+ 
+ ifdef CONFIG_64BIT
+-CROSS_COMPILE	:= $(shell if [ -x /usr/bin/hppa64-linux-gnu-gcc ]; then \
+-			echo hppa64-linux-gnu-; else echo hppa64-linux-; fi)
++CROSS_COMPILE	:= hppa64-linux-gnu-
+ UTS_MACHINE	:= parisc64
+ CHECKFLAGS	+= -D__LP64__=1 -m64
+ else

Modified: dists/trunk/linux-2.6/debian/patches/series/3-extra
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/3-extra	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/3-extra	Thu Oct 12 19:34:31 2006
@@ -1 +1,2 @@
 + features/all/vserver/bindmount-dev.patch *_vserver *_xen-vserver
++ hppa-fix-cross-compile.patch hppa



More information about the Kernel-svn-changes mailing list