r980 - trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/patches

Jens Schmalzing jensen@haydn.debian.org
Fri, 06 Aug 2004 00:44:46 -0600


Author: jensen
Date: 2004-08-06 00:44:43 -0600 (Fri, 06 Aug 2004)
New Revision: 980

Modified:
   trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/patches/binutils.diff
Log:
Fixed the binutils patch again.

Modified: trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/patches/binutils.diff
===================================================================
--- trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/patches/binutils.diff	2004-08-05 19:22:01 UTC (rev 979)
+++ trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/patches/binutils.diff	2004-08-06 06:44:43 UTC (rev 980)
@@ -14,9 +14,9 @@
 -cflags-$(CONFIG_PPC64BRIDGE)	+= -Wa,-mppc64bridge
 +cpu-as-$(CONFIG_4xx)		+= -Wa,-m405
 +cpu-as-$(CONFIG_6xx)		+= -Wa,-maltivec
-+cpu-as-$(CONFIG_POWER4)		+= -Wa,-maltivec
 +cpu-as-$(CONFIG_E500)		+= -Wa,-me500
 +cpu-as-$(CONFIG_PPC64BRIDGE)	+= -Wa,-mppc64bridge
++cpu-as-$(CONFIG_POWER4)		+= -Wa,-maltivec
  
 -CFLAGS += $(cflags-y)
 +AFLAGS += $(cpu-as-y)