rpms/kernel/devel linux-2.6.11-compile-fixes.patch,1.9,1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 22 15:02:04 UTC 2005


Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26935

Modified Files:
	linux-2.6.11-compile-fixes.patch 
Log Message:
Remove workaround for GCC PR#20474.

linux-2.6.11-compile-fixes.patch:
 include/linux/init.h |    4 ----
 init/Makefile        |    0 
 2 files changed, 4 deletions(-)

Index: linux-2.6.11-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.11-compile-fixes.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- linux-2.6.11-compile-fixes.patch	22 Mar 2005 07:00:21 -0000	1.9
+++ linux-2.6.11-compile-fixes.patch	22 Mar 2005 15:01:53 -0000	1.10
@@ -14,17 +14,3 @@
  /* For assembly routines */
  #define __INIT		.section	".init.text","ax"
 diff -urNp --exclude-from=/home/davej/.exclude linux-10001/init/Makefile linux-10002/init/Makefile
---- linux-10001/init/Makefile
-+++ linux-10002/init/Makefile
-@@ -2,6 +2,11 @@
- # Makefile for the linux kernel.
- #
- 
-+# Work around GCC bug (http://bugzilla.redhat.com/150020)
-+ifeq ($(ARCH),ppc)
-+CFLAGS_initramfs.o := -O2
-+endif
-+
- obj-y				:= main.o version.o mounts.o initramfs.o
- obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
- 




More information about the fedora-cvs-commits mailing list