r3632 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches

Simon Horman horms at costa.debian.org
Fri Jul 29 10:43:14 UTC 2005


Author: horms
Date: 2005-07-29 10:43:14 +0000 (Fri, 29 Jul 2005)
New Revision: 3632

Added:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/Makefile-gcc-3.3.dpatch
Log:
Build with gcc-3.3

Added: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/Makefile-gcc-3.3.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/Makefile-gcc-3.3.dpatch	2005-07-29 10:43:00 UTC (rev 3631)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/Makefile-gcc-3.3.dpatch	2005-07-29 10:43:14 UTC (rev 3632)
@@ -0,0 +1,22 @@
+--- a/Makefile	2005-07-29 19:21:51.000000000 +0900
++++ b/Makefile	2005-07-29 19:22:25.000000000 +0900
+@@ -183,8 +183,8 @@
+ 	  else if [ -x /bin/bash ]; then echo /bin/bash; \
+ 	  else echo sh; fi ; fi)
+ 
+-HOSTCC  	= gcc
+-HOSTCXX  	= g++
++HOSTCC  	= gcc-3.3
++HOSTCXX  	= g++-3.3
+ HOSTCFLAGS	= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
+ HOSTCXXFLAGS	= -O2
+ 
+@@ -272,7 +272,7 @@
+ 
+ AS		= $(CROSS_COMPILE)as
+ LD		= $(CROSS_COMPILE)ld
+-CC		= $(CROSS_COMPILE)gcc
++CC		= $(CROSS_COMPILE)gcc-3.3
+ CPP		= $(CC) -E
+ AR		= $(CROSS_COMPILE)ar
+ NM		= $(CROSS_COMPILE)nm




More information about the Kernel-svn-changes mailing list